First major code push
Preparing for version 0.1.0 Contains a real README, the test framework, and the API implementation
This commit is contained in:
18
go.mod
Executable file
18
go.mod
Executable file
@ -0,0 +1,18 @@
|
||||
module github.com/densestvoid/groupme
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/go-critic/go-critic v0.5.0 // indirect
|
||||
github.com/go-toolsmith/astinfo v1.0.0 // indirect
|
||||
github.com/google/go-cmp v0.5.1 // indirect
|
||||
github.com/google/uuid v1.1.1
|
||||
github.com/gorilla/mux v1.7.4
|
||||
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
||||
github.com/mattn/goveralls v0.0.6 // indirect
|
||||
github.com/quasilyte/go-consistent v0.0.0-20200404105227-766526bf1e96 // indirect
|
||||
github.com/quasilyte/go-ruleguard v0.1.3 // indirect
|
||||
github.com/quasilyte/regex/syntax v0.0.0-20200419152657-af9db7f4a3ab // indirect
|
||||
github.com/stretchr/testify v1.5.1
|
||||
golang.org/x/tools v0.0.0-20200728190822-edd3c8e9e279 // indirect
|
||||
)
|
Reference in New Issue
Block a user