Files
arc-evilsocket/go.mod
dependabot[bot] ca3846bc03 build(deps): bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191117063200-497ca9f6d64f to 0.17.0.
- [Commits](https://github.com/golang/crypto/commits/v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 19:23:03 +00:00

21 lines
709 B
Modula-2

module github.com/evilsocket/arc
go 1.13
require (
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/evilsocket/islazy v1.10.6
github.com/gin-gonic/contrib v0.0.0-20190923054218-35076c1b2bea
github.com/gin-gonic/gin v1.4.0
github.com/gofrs/flock v0.8.1 // indirect
github.com/pelletier/go-toml v1.9.5
github.com/stretchr/testify v1.4.0 // indirect
github.com/theckman/go-flock v0.7.1
golang.org/x/crypto v0.17.0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/unrolled/secure.v1 v1.0.0
)