@@ -3,6 +3,7 @@ module github.com/toitlang/tpkg
33go 1.20
44
55require (
6+ github.com/Masterminds/semver/v3 v3.2.1
67 github.com/alessio/shellescape v1.4.1
78 github.com/alexflint/go-filemutex v1.1.0
89 github.com/go-git/go-git/v5 v5.8.1
@@ -30,14 +31,11 @@ require (
3031 github.com/go-git/go-billy/v5 v5.4.1 // indirect
3132 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3233 github.com/golang/protobuf v1.3.2 // indirect
33- github.com/google/go-cmp v0.5.9 // indirect
3434 github.com/hashicorp/hcl v1.0.0 // indirect
35- github.com/imdario/mergo v0.3.12 // indirect
3635 github.com/inconshreveable/mousetrap v1.0.0 // indirect
3736 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3837 github.com/kevinburke/ssh_config v1.2.0 // indirect
3938 github.com/magiconair/properties v1.8.1 // indirect
40- github.com/mitchellh/go-homedir v1.1.0 // indirect
4139 github.com/mitchellh/mapstructure v1.1.2 // indirect
4240 github.com/pelletier/go-toml v1.2.0 // indirect
4341 github.com/pjbgf/sha1cd v0.3.0 // indirect
@@ -57,7 +55,6 @@ require (
5755 golang.org/x/sys v0.10.0 // indirect
5856 golang.org/x/text v0.11.0 // indirect
5957 golang.org/x/tools v0.6.0 // indirect
60- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
6158 google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
6259 gopkg.in/ini.v1 v1.51.0 // indirect
6360 gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments