11module smolgit
22
3- go 1.22.4
3+ go 1.23.0
4+
5+ toolchain go1.24.2
46
57require (
68 github.com/gin-gonic/gin v1.10.0
@@ -12,7 +14,7 @@ require (
1214 github.com/knadh/koanf/providers/file v1.0.0
1315 github.com/knadh/koanf/v2 v2.1.1
1416 github.com/lmittmann/tint v1.0.4
15- golang.org/x/crypto v0.23 .0
17+ golang.org/x/crypto v0.37 .0
1618)
1719
1820require (
@@ -34,9 +36,10 @@ require (
3436 github.com/go-playground/locales v0.14.1 // indirect
3537 github.com/go-playground/universal-translator v0.18.1 // indirect
3638 github.com/go-playground/validator/v10 v10.20.0 // indirect
37- github.com/go-viper/mapstructure/v2 v2.0.0-alpha .1 // indirect
39+ github.com/go-viper/mapstructure/v2 v2.2 .1 // indirect
3840 github.com/goccy/go-json v0.10.2 // indirect
3941 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
42+ github.com/google/go-cmp v0.7.0 // indirect
4043 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4144 github.com/json-iterator/go v1.1.12 // indirect
4245 github.com/kevinburke/ssh_config v1.2.0 // indirect
@@ -48,20 +51,24 @@ require (
4851 github.com/mitchellh/reflectwalk v1.0.2 // indirect
4952 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5053 github.com/modern-go/reflect2 v1.0.2 // indirect
51- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
54+ github.com/onsi/gomega v1.36.3 // indirect
55+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
5256 github.com/pjbgf/sha1cd v0.3.0 // indirect
57+ github.com/rogpeppe/go-internal v1.14.1 // indirect
5358 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
5459 github.com/skeema/knownhosts v1.2.2 // indirect
60+ github.com/stretchr/testify v1.10.0 // indirect
5561 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
5662 github.com/ugorji/go/codec v1.2.12 // indirect
5763 github.com/xanzy/ssh-agent v0.3.3 // indirect
5864 golang.org/x/arch v0.8.0 // indirect
59- golang.org/x/mod v0.12.0 // indirect
60- golang.org/x/net v0.25.0 // indirect
61- golang.org/x/sys v0.21.0 // indirect
62- golang.org/x/text v0.15.0 // indirect
63- golang.org/x/tools v0.13.0 // indirect
64- google.golang.org/protobuf v1.34.1 // indirect
65+ golang.org/x/mod v0.24.0 // indirect
66+ golang.org/x/net v0.39.0 // indirect
67+ golang.org/x/sync v0.13.0 // indirect
68+ golang.org/x/sys v0.32.0 // indirect
69+ golang.org/x/text v0.24.0 // indirect
70+ golang.org/x/tools v0.32.0 // indirect
71+ google.golang.org/protobuf v1.36.6 // indirect
6572 gopkg.in/warnings.v0 v0.1.2 // indirect
6673 gopkg.in/yaml.v3 v3.0.1 // indirect
6774)
0 commit comments