File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ go 1.23.0
55toolchain go1.24.5
66
77require (
8+ github.com/fsnotify/fsnotify v1.9.0
89 github.com/gorilla/mux v1.8.1
10+ github.com/gorilla/websocket v1.5.3
911 github.com/spf13/viper v1.21.0
1012 go.uber.org/zap v1.27.0
1113)
1214
1315require (
14- github.com/fsnotify/fsnotify v1.9.0 // indirect
1516 github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
16- github.com/gorilla/websocket v1.5.3 // indirect
1717 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
1818 github.com/sagikazarmark/locafero v0.11.0 // indirect
1919 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
2020 github.com/spf13/afero v1.15.0 // indirect
2121 github.com/spf13/cast v1.10.0 // indirect
2222 github.com/spf13/pflag v1.0.10 // indirect
2323 github.com/subosito/gotenv v1.6.0 // indirect
24- go.uber.org/multierr v1.10 .0 // indirect
24+ go.uber.org/multierr v1.11 .0 // indirect
2525 go.yaml.in/yaml/v3 v3.0.4 // indirect
2626 golang.org/x/sys v0.29.0 // indirect
2727 golang.org/x/text v0.28.0 // indirect
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
4040github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
4141go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
4242go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
43- go.uber.org/multierr v1.10 .0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ =
44- go.uber.org/multierr v1.10 .0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
43+ go.uber.org/multierr v1.11 .0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
44+ go.uber.org/multierr v1.11 .0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
4545go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8 =
4646go.uber.org/zap v1.27.0 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
4747go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
You can’t perform that action at this time.
0 commit comments