Becoming go module
This commit is contained in:
parent
c9d64640e2
commit
ec2f61cd2d
4 changed files with 393 additions and 2 deletions
13
go.mod
Normal file
13
go.mod
Normal file
|
@ -0,0 +1,13 @@
|
|||
module git.nemunai.re/atsebay.t
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/coreos/go-oidc v2.2.1+incompatible
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0
|
||||
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
|
||||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
||||
)
|
Reference in a new issue