mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 11:16:32 -05:00
Add golang/dep Gopkg.toml with dependency constraints
This commit is contained in:
parent
92a7a642f5
commit
a5d0d75313
2 changed files with 8 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
vendor/
|
||||
Gopkg.lock
|
||||
6
Gopkg.toml
Normal file
6
Gopkg.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[[constraint]]
|
||||
name = "github.com/dgrijalva/jwt-go"
|
||||
version = "^3.0.0"
|
||||
[[constraint]]
|
||||
name = "github.com/go-chi/chi"
|
||||
version = "^3.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue