mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
16 lines
514 B
Modula-2
16 lines
514 B
Modula-2
module github.com/mercadolibre/fury_opensource-codeql/go/test/SSRF
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/stretchr/testify v1.6.0 // indirect
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|