@@ -19,32 +19,27 @@ require (
19
19
20
20
require (
21
21
github.com/fsnotify/fsnotify v1.8.0 // indirect
22
- github.com/golang/protobuf v1.5.4 // indirect
23
22
github.com/hashicorp/hcl v1.0.0 // indirect
24
23
github.com/inconshreveable/mousetrap v1.1.0 // indirect
25
24
github.com/magiconair/properties v1.8.9 // indirect
26
- github.com/pelletier/go-toml v1.9.5 // indirect
27
25
github.com/spf13/afero v1.11.0 // indirect
28
26
github.com/spf13/cast v1.7.1 // indirect
29
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
30
27
github.com/spf13/pflag v1.0.5 // indirect
31
28
github.com/subosito/gotenv v1.6.0 // indirect
32
29
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
33
- golang.org/x/net v0.33.0 // indirect
34
30
golang.org/x/oauth2 v0.24.0 // indirect
35
31
golang.org/x/sys v0.28.0 // indirect
36
32
golang.org/x/text v0.21.0 // indirect
37
- google.golang.org/appengine v1.6.8 // indirect
38
- google.golang.org/protobuf v1.36.0 // indirect
39
33
gopkg.in/ini.v1 v1.67.0 // indirect
40
34
)
41
35
36
+ require github.com/phrase/phrase-go/v3 v3.7.1
37
+
42
38
require (
43
39
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
44
40
github.com/sagikazarmark/locafero v0.6.0 // indirect
45
41
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
46
42
github.com/sourcegraph/conc v0.3.0 // indirect
47
- go.uber.org/atomic v1.11.0 // indirect
48
43
go.uber.org/multierr v1.11.0 // indirect
49
44
gopkg.in/yaml.v3 v3.0.1 // indirect
50
45
)
0 commit comments