forked from code-golf/code-golf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 1.1 KB
/
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
26
27
28
29
module github.com/code-golf/code-golf
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/SeerUK/assert v1.0.0
github.com/agnivade/levenshtein v1.1.0
github.com/buildkite/terminal v3.2.0+incompatible
github.com/dgryski/trifles v0.0.0-20200830180326-aaf60a07f6a3 // indirect
github.com/go-chi/chi v1.5.1
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/gorilla/feeds v1.1.1
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.9.0
github.com/pmezard/go-difflib v1.0.0
github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
github.com/tdewolff/minify/v2 v2.9.10
github.com/tdewolff/parse/v2 v2.5.6 // indirect
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
golang.org/x/text v0.3.4 // indirect
google.golang.org/appengine v1.6.7 // indirect
)