You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.bn4t.me/bn4t/csp-handler
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
|
golang.org/x/sys v0.0.0-20200428200454-593003d681fa // indirect
|
|
)
|