@@ -7,6 +7,7 @@ require (
7
7
github.com/gen2brain/beeep v0.0.0-20230602101333-f384c29b62dd
8
8
github.com/gin-gonic/gin v1.9.1
9
9
github.com/kelseyhightower/envconfig v1.4.0
10
+ github.com/stretchr/testify v1.8.4
10
11
go.uber.org/zap v1.26.0
11
12
gopkg.in/yaml.v2 v2.4.0
12
13
)
@@ -39,17 +40,15 @@ require (
39
40
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
40
41
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
41
42
github.com/pmezard/go-difflib v1.0.0 // indirect
42
- github.com/stretchr/objx v0.5.0 // indirect
43
- github.com/stretchr/testify v1.8.4 // indirect
44
43
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
45
44
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
46
45
github.com/ugorji/go/codec v1.2.11 // indirect
47
46
github.com/x448/float16 v0.8.4 // indirect
48
47
go.uber.org/multierr v1.10.0 // indirect
49
48
golang.org/x/arch v0.5.0 // indirect
50
- golang.org/x/crypto v0.13 .0 // indirect
51
- golang.org/x/net v0.15 .0 // indirect
52
- golang.org/x/sys v0.12 .0 // indirect
49
+ golang.org/x/crypto v0.14 .0 // indirect
50
+ golang.org/x/net v0.17 .0 // indirect
51
+ golang.org/x/sys v0.13 .0 // indirect
53
52
golang.org/x/text v0.13.0 // indirect
54
53
google.golang.org/protobuf v1.31.0 // indirect
55
54
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
0 commit comments