go-http-peering/go.mod

13 lines
351 B
Modula-2
Raw Normal View History

module forge.cadoles.com/Cadoles/go-http-peering
2019-02-03 20:56:58 +01:00
require (
2019-02-22 17:35:49 +01:00
github.com/davecgh/go-spew v1.1.1
2019-02-03 20:56:58 +01:00
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
2019-02-22 17:35:49 +01:00
golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 // indirect
2019-02-03 20:56:58 +01:00
)
go 1.13