mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 11:16:32 -05:00
remove go.mod file, for now
This commit is contained in:
parent
aa727a6feb
commit
38b5b1fc41
3 changed files with 2 additions and 5 deletions
|
|
@ -3,6 +3,8 @@ language: go
|
|||
go:
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
|
||||
install:
|
||||
- go get -u golang.org/x/tools/cmd/goimports
|
||||
|
|
|
|||
3
go.mod
3
go.mod
|
|
@ -1,3 +0,0 @@
|
|||
module github.com/go-chi/jwtauth
|
||||
|
||||
require github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
2
go.sum
2
go.sum
|
|
@ -1,2 +0,0 @@
|
|||
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
|
||||
Loading…
Add table
Add a link
Reference in a new issue