test
This commit is contained in:
16
go.mod
16
go.mod
@@ -1,5 +1,17 @@
|
||||
module Hyst2Auth
|
||||
module Hyst2Node
|
||||
|
||||
go 1.26
|
||||
|
||||
require github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.2.5
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1
|
||||
github.com/lib/pq v1.11.2
|
||||
github.com/vinovest/sqlx v1.7.2
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/muir/list v1.2.1 // indirect
|
||||
github.com/muir/sqltoken v0.4.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user