-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (25 loc) · 1.07 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
module github.com/joshprzybyszewski/cribbage
go 1.14
require (
github.com/AlecAivazis/survey/v2 v2.0.4
github.com/apex/gateway v1.1.2
github.com/aws/aws-sdk-go-v2 v1.9.1-0.20210902223845-0023eb21e8b4
github.com/aws/aws-sdk-go-v2/config v1.8.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.5.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
github.com/gin-gonic/gin v1.6.3
github.com/glacjay/goini v0.0.0-20161120062552-fd3024d87ee2 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.1.1
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/rakyll/globalconf v0.0.0-20180912185831-87f8127c421f
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.7.0
github.com/tidwall/pretty v1.2.0 // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.3.3
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
gopkg.in/ini.v1 v1.57.0
honnef.co/go/js/dom/v2 v2.0.0-20200509013220-d4405f7ab4d8
)