2019-10-16 11:09:29 +02:00
|
|
|
module forge.cadoles.com/Cadoles/go-http-peering
|
2019-02-03 20:56:58 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-02-04 18:04:21 +01:00
|
|
|
github.com/go-chi/chi v3.3.3+incompatible
|
2019-02-03 20:56:58 +01:00
|
|
|
github.com/pborman/uuid v1.2.0
|
2022-09-05 12:40:58 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
|
2019-02-03 20:56:58 +01:00
|
|
|
)
|
2019-10-16 11:09:29 +02:00
|
|
|
|
2022-09-05 12:40:58 +02:00
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.0.0 // indirect
|
2022-09-12 17:46:59 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-09-05 12:40:58 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
go 1.18
|