-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 792 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/papito/ballot
go 1.21
require (
github.com/desertbit/glue v0.0.0-20190619185959-06de07e1e404
github.com/gomodule/redigo v1.8.9
github.com/google/uuid v1.5.0
github.com/gorilla/mux v1.8.1
github.com/joomcode/errorx v1.1.1
github.com/shurcooL/httpgzip v0.0.0-20230704072819-d1585fc322fa
github.com/stretchr/testify v1.7.0
)
require (
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)