forked from code-golf/code-golf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.32 KB
/
go.mod
File metadata and controls
36 lines (33 loc) · 1.32 KB
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
26
27
28
29
30
31
32
33
34
35
36
module github.com/code-golf/code-golf
go 1.18
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/SeerUK/assert v1.0.0
github.com/agnivade/levenshtein v1.1.1
github.com/buildkite/terminal-to-html/v3 v3.6.1
github.com/bwmarrin/discordgo v0.25.0
github.com/go-chi/chi/v5 v5.0.7
github.com/gofrs/uuid v4.2.0+incompatible
github.com/gorilla/feeds v1.1.1
github.com/lib/pq v1.10.5
github.com/pelletier/go-toml/v2 v2.0.0
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/tdewolff/minify/v2 v2.11.2
golang.org/x/exp v0.0.0-20220428152302-39d4317da171
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
gopkg.in/guregu/null.v4 v4.0.0
)
require (
github.com/dgryski/trifles v0.0.0-20210119233746-37d926d5de6c // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/tdewolff/parse/v2 v2.5.29 // indirect
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)