1
1
module github.com/warrant-dev/warrant
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/alecthomas/participle/v2 v2.1.1
@@ -12,7 +12,7 @@ require (
12
12
github.com/google/uuid v1.6.0
13
13
github.com/gorilla/mux v1.8.1
14
14
github.com/jmoiron/sqlx v1.4.0
15
- github.com/mattn/go-sqlite3 v1.14.22
15
+ github.com/mattn/go-sqlite3 v1.14.23
16
16
github.com/pkg/errors v0.9.1
17
17
github.com/rs/zerolog v1.33.0
18
18
github.com/spf13/viper v1.19.0
@@ -21,11 +21,10 @@ require (
21
21
require (
22
22
filippo.io/edwards25519 v1.1.0 // indirect
23
23
github.com/fsnotify/fsnotify v1.7.0 // indirect
24
- github.com/gabriel-vasile/mimetype v1.4.3 // indirect
24
+ github.com/gabriel-vasile/mimetype v1.4.5 // indirect
25
25
github.com/go-playground/locales v0.14.1 // indirect
26
26
github.com/go-playground/universal-translator v0.18.1 // indirect
27
27
github.com/go-sql-driver/mysql v1.8.1 // indirect
28
- github.com/golang/protobuf v1.5.3 // indirect
29
28
github.com/google/go-github/v39 v39.2.0 // indirect
30
29
github.com/google/go-querystring v1.1.0 // indirect
31
30
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -35,27 +34,25 @@ require (
35
34
github.com/lib/pq v1.10.9 // indirect
36
35
github.com/magiconair/properties v1.8.7 // indirect
37
36
github.com/mattn/go-colorable v0.1.13 // indirect
38
- github.com/mattn/go-isatty v0.0.19 // indirect
37
+ github.com/mattn/go-isatty v0.0.20 // indirect
39
38
github.com/mitchellh/mapstructure v1.5.0 // indirect
40
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
41
- github.com/rs/xid v1.5 .0 // indirect
42
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
39
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
40
+ github.com/rs/xid v1.6 .0 // indirect
41
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
43
42
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
44
43
github.com/sourcegraph/conc v0.3.0 // indirect
45
44
github.com/spf13/afero v1.11.0 // indirect
46
- github.com/spf13/cast v1.6 .0 // indirect
45
+ github.com/spf13/cast v1.7 .0 // indirect
47
46
github.com/spf13/pflag v1.0.5 // indirect
48
47
github.com/subosito/gotenv v1.6.0 // indirect
49
- go.uber.org/atomic v1.9.0 // indirect
50
- go.uber.org/multierr v1.9.0 // indirect
51
- golang.org/x/crypto v0.21.0 // indirect
52
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
53
- golang.org/x/net v0.23.0 // indirect
54
- golang.org/x/oauth2 v0.18.0 // indirect
55
- golang.org/x/sys v0.18.0 // indirect
56
- golang.org/x/text v0.14.0 // indirect
57
- google.golang.org/appengine v1.6.8 // indirect
58
- google.golang.org/protobuf v1.33.0 // indirect
48
+ go.uber.org/atomic v1.11.0 // indirect
49
+ go.uber.org/multierr v1.11.0 // indirect
50
+ golang.org/x/crypto v0.26.0 // indirect
51
+ golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
52
+ golang.org/x/net v0.28.0 // indirect
53
+ golang.org/x/oauth2 v0.23.0 // indirect
54
+ golang.org/x/sys v0.25.0 // indirect
55
+ golang.org/x/text v0.18.0 // indirect
59
56
gopkg.in/ini.v1 v1.67.0 // indirect
60
57
gopkg.in/yaml.v3 v3.0.1 // indirect
61
58
)
0 commit comments