mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
47 lines
1.9 KiB
Modula-2
47 lines
1.9 KiB
Modula-2
module aunefyren/wrapperr
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gin-contrib/cors v1.5.0
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/google/uuid v1.5.0
|
|
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/patrickmn/sortutil v0.0.0-20120526081524-abeda66eb583
|
|
golang.org/x/crypto v0.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/bytedance/sonic v1.10.2 // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
github.com/chenzhuoyu/iasm v0.9.1 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.16.0 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/jpillora/overseer v1.1.6 // indirect
|
|
github.com/jpillora/s3 v1.1.4 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
|
|
github.com/procyon-projects/chrono v1.1.2 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
golang.org/x/arch v0.6.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|