auth/vendor/modules.txt

332 lines
10 KiB
Plaintext

# github.com/DATA-DOG/go-sqlmock v1.5.0
## explicit
github.com/DATA-DOG/go-sqlmock
# github.com/andybalholm/brotli v1.0.4
## explicit; go 1.12
github.com/andybalholm/brotli
# github.com/brianvoe/gofakeit/v6 v6.16.0
## explicit; go 1.17
github.com/brianvoe/gofakeit/v6
github.com/brianvoe/gofakeit/v6/data
# github.com/davecgh/go-spew v1.1.1
## explicit
github.com/davecgh/go-spew/spew
# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
## explicit; go 1.16
github.com/decred/dcrd/dcrec/secp256k1/v4
# github.com/fasthttp/router v1.4.10
## explicit; go 1.15
github.com/fasthttp/router
github.com/fasthttp/router/radix
# github.com/fasthttp/session/v2 v2.4.11
## explicit; go 1.15
github.com/fasthttp/session/v2
# github.com/fsnotify/fsnotify v1.5.4
## explicit; go 1.16
github.com/fsnotify/fsnotify
# github.com/go-logfmt/logfmt v0.5.1
## explicit; go 1.17
github.com/go-logfmt/logfmt
# github.com/goccy/go-json v0.9.7
## explicit; go 1.12
github.com/goccy/go-json
github.com/goccy/go-json/internal/decoder
github.com/goccy/go-json/internal/encoder
github.com/goccy/go-json/internal/encoder/vm
github.com/goccy/go-json/internal/encoder/vm_color
github.com/goccy/go-json/internal/encoder/vm_color_indent
github.com/goccy/go-json/internal/encoder/vm_indent
github.com/goccy/go-json/internal/errors
github.com/goccy/go-json/internal/runtime
# github.com/google/uuid v1.3.0
## explicit
github.com/google/uuid
# github.com/hashicorp/hcl v1.0.0
## explicit
github.com/hashicorp/hcl
github.com/hashicorp/hcl/hcl/ast
github.com/hashicorp/hcl/hcl/parser
github.com/hashicorp/hcl/hcl/printer
github.com/hashicorp/hcl/hcl/scanner
github.com/hashicorp/hcl/hcl/strconv
github.com/hashicorp/hcl/hcl/token
github.com/hashicorp/hcl/json/parser
github.com/hashicorp/hcl/json/scanner
github.com/hashicorp/hcl/json/token
# github.com/jmoiron/sqlx v1.3.5
## explicit; go 1.10
github.com/jmoiron/sqlx
github.com/jmoiron/sqlx/reflectx
# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
## explicit
github.com/kballard/go-shellquote
# github.com/klauspost/compress v1.15.6
## explicit; go 1.16
github.com/klauspost/compress/flate
github.com/klauspost/compress/gzip
github.com/klauspost/compress/zlib
# github.com/lestrrat-go/blackmagic v1.0.1
## explicit; go 1.16
github.com/lestrrat-go/blackmagic
# github.com/lestrrat-go/httpcc v1.0.1
## explicit; go 1.16
github.com/lestrrat-go/httpcc
# github.com/lestrrat-go/httprc v1.0.1
## explicit; go 1.17
github.com/lestrrat-go/httprc
# github.com/lestrrat-go/iter v1.0.2
## explicit; go 1.13
github.com/lestrrat-go/iter/arrayiter
github.com/lestrrat-go/iter/mapiter
# github.com/lestrrat-go/jwx/v2 v2.0.2
## explicit; go 1.16
github.com/lestrrat-go/jwx/v2
github.com/lestrrat-go/jwx/v2/cert
github.com/lestrrat-go/jwx/v2/internal/base64
github.com/lestrrat-go/jwx/v2/internal/ecutil
github.com/lestrrat-go/jwx/v2/internal/iter
github.com/lestrrat-go/jwx/v2/internal/json
github.com/lestrrat-go/jwx/v2/internal/keyconv
github.com/lestrrat-go/jwx/v2/internal/pool
github.com/lestrrat-go/jwx/v2/jwa
github.com/lestrrat-go/jwx/v2/jwe
github.com/lestrrat-go/jwx/v2/jwe/internal/aescbc
github.com/lestrrat-go/jwx/v2/jwe/internal/cipher
github.com/lestrrat-go/jwx/v2/jwe/internal/concatkdf
github.com/lestrrat-go/jwx/v2/jwe/internal/content_crypt
github.com/lestrrat-go/jwx/v2/jwe/internal/keyenc
github.com/lestrrat-go/jwx/v2/jwe/internal/keygen
github.com/lestrrat-go/jwx/v2/jwk
github.com/lestrrat-go/jwx/v2/jws
github.com/lestrrat-go/jwx/v2/jwt
github.com/lestrrat-go/jwx/v2/jwt/internal/types
github.com/lestrrat-go/jwx/v2/x25519
# github.com/lestrrat-go/option v1.0.0
## explicit; go 1.16
github.com/lestrrat-go/option
# github.com/magiconair/properties v1.8.6
## explicit; go 1.13
github.com/magiconair/properties
# github.com/mattn/go-isatty v0.0.14
## explicit; go 1.12
github.com/mattn/go-isatty
# github.com/mitchellh/mapstructure v1.5.0
## explicit; go 1.14
github.com/mitchellh/mapstructure
# github.com/pelletier/go-toml v1.9.5
## explicit; go 1.12
github.com/pelletier/go-toml
# github.com/pelletier/go-toml/v2 v2.0.2
## explicit; go 1.16
github.com/pelletier/go-toml/v2
github.com/pelletier/go-toml/v2/internal/ast
github.com/pelletier/go-toml/v2/internal/danger
github.com/pelletier/go-toml/v2/internal/tracker
# github.com/philhofer/fwd v1.1.1
## explicit
github.com/philhofer/fwd
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0
## explicit; go 1.12
github.com/remyoudompheng/bigfft
# github.com/savsgio/dictpool v0.0.0-20220406081701-03de5edb2e6d
## explicit; go 1.13
github.com/savsgio/dictpool
# github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d
## explicit; go 1.13
github.com/savsgio/gotils/bytes
github.com/savsgio/gotils/strconv
github.com/savsgio/gotils/strings
# github.com/spf13/afero v1.8.2
## explicit; go 1.13
github.com/spf13/afero
github.com/spf13/afero/mem
# github.com/spf13/cast v1.5.0
## explicit; go 1.18
github.com/spf13/cast
# github.com/spf13/jwalterweatherman v1.1.0
## explicit
github.com/spf13/jwalterweatherman
# github.com/spf13/pflag v1.0.5
## explicit; go 1.12
github.com/spf13/pflag
# github.com/spf13/viper v1.12.0
## explicit; go 1.17
github.com/spf13/viper
github.com/spf13/viper/internal/encoding
github.com/spf13/viper/internal/encoding/dotenv
github.com/spf13/viper/internal/encoding/hcl
github.com/spf13/viper/internal/encoding/ini
github.com/spf13/viper/internal/encoding/javaproperties
github.com/spf13/viper/internal/encoding/json
github.com/spf13/viper/internal/encoding/toml
github.com/spf13/viper/internal/encoding/yaml
# github.com/stretchr/testify v1.7.2
## explicit; go 1.13
github.com/stretchr/testify/assert
# github.com/subosito/gotenv v1.4.0
## explicit; go 1.18
github.com/subosito/gotenv
# github.com/tinylib/msgp v1.1.6
## explicit; go 1.14
github.com/tinylib/msgp/msgp
# github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
## explicit
github.com/tomnomnom/linkheader
# github.com/valyala/bytebufferpool v1.0.0
## explicit
github.com/valyala/bytebufferpool
# github.com/valyala/fasthttp v1.37.0
## explicit; go 1.15
github.com/valyala/fasthttp
github.com/valyala/fasthttp/fasthttpadaptor
github.com/valyala/fasthttp/fasthttputil
github.com/valyala/fasthttp/pprofhandler
github.com/valyala/fasthttp/stackless
# github.com/valyala/fasttemplate v1.2.1
## explicit; go 1.12
github.com/valyala/fasttemplate
# github.com/valyala/quicktemplate v1.7.0
## explicit; go 1.11
github.com/valyala/quicktemplate
# go.etcd.io/bbolt v1.3.6
## explicit; go 1.12
go.etcd.io/bbolt
# go4.org/intern v0.0.0-20220301175310-a089fc204883
## explicit; go 1.13
go4.org/intern
# go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37
## explicit; go 1.11
go4.org/unsafe/assume-no-moving-gc
# golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
## explicit; go 1.17
golang.org/x/crypto/curve25519
golang.org/x/crypto/curve25519/internal/field
golang.org/x/crypto/ed25519
golang.org/x/crypto/pbkdf2
# golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
## explicit; go 1.17
golang.org/x/mod/semver
# golang.org/x/net v0.0.0-20220607020251-c690dde0001d
## explicit; go 1.17
golang.org/x/net/html
golang.org/x/net/html/atom
# golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68
## explicit; go 1.17
golang.org/x/sys/execabs
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/unix
# golang.org/x/text v0.3.7
## explicit; go 1.17
golang.org/x/text/feature/plural
golang.org/x/text/internal
golang.org/x/text/internal/catmsg
golang.org/x/text/internal/format
golang.org/x/text/internal/language
golang.org/x/text/internal/language/compact
golang.org/x/text/internal/number
golang.org/x/text/internal/stringset
golang.org/x/text/internal/tag
golang.org/x/text/language
golang.org/x/text/message
golang.org/x/text/message/catalog
golang.org/x/text/transform
golang.org/x/text/unicode/norm
# golang.org/x/tools v0.1.11
## explicit; go 1.17
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/go/packages
golang.org/x/tools/internal/event
golang.org/x/tools/internal/event/core
golang.org/x/tools/internal/event/keys
golang.org/x/tools/internal/event/label
golang.org/x/tools/internal/gocommand
golang.org/x/tools/internal/packagesinternal
golang.org/x/tools/internal/typeparams
golang.org/x/tools/internal/typesinternal
# golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
## explicit; go 1.17
golang.org/x/xerrors
golang.org/x/xerrors/internal
# gopkg.in/ini.v1 v1.66.6
## explicit
gopkg.in/ini.v1
# gopkg.in/yaml.v2 v2.4.0
## explicit; go 1.15
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3
# inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
## explicit; go 1.12
inet.af/netaddr
# lukechampine.com/uint128 v1.2.0
## explicit; go 1.12
lukechampine.com/uint128
# modernc.org/cc/v3 v3.36.0
## explicit; go 1.15
modernc.org/cc/v3
# modernc.org/ccgo/v3 v3.16.6
## explicit; go 1.16
modernc.org/ccgo/v3/lib
# modernc.org/libc v1.16.8
## explicit; go 1.16
modernc.org/libc
modernc.org/libc/errno
modernc.org/libc/fcntl
modernc.org/libc/fts
modernc.org/libc/grp
modernc.org/libc/honnef.co/go/netdb
modernc.org/libc/langinfo
modernc.org/libc/limits
modernc.org/libc/netdb
modernc.org/libc/netinet/in
modernc.org/libc/poll
modernc.org/libc/pthread
modernc.org/libc/pwd
modernc.org/libc/signal
modernc.org/libc/stdio
modernc.org/libc/stdlib
modernc.org/libc/sys/socket
modernc.org/libc/sys/stat
modernc.org/libc/sys/types
modernc.org/libc/termios
modernc.org/libc/time
modernc.org/libc/unistd
modernc.org/libc/utime
modernc.org/libc/uuid
modernc.org/libc/uuid/uuid
modernc.org/libc/wctype
# modernc.org/mathutil v1.4.1
## explicit; go 1.13
modernc.org/mathutil
# modernc.org/memory v1.1.1
## explicit; go 1.16
modernc.org/memory
# modernc.org/opt v0.1.3
## explicit; go 1.13
modernc.org/opt
# modernc.org/sqlite v1.17.3
## explicit; go 1.16
modernc.org/sqlite
modernc.org/sqlite/lib
# modernc.org/strutil v1.1.2
## explicit; go 1.18
modernc.org/strutil
# modernc.org/token v1.0.0
## explicit
modernc.org/token
# source.toby3d.me/toby3d/form v0.3.0
## explicit; go 1.18
source.toby3d.me/toby3d/form
# source.toby3d.me/toby3d/middleware v0.9.2
## explicit; go 1.17
source.toby3d.me/toby3d/middleware
# willnorris.com/go/microformats v1.1.1
## explicit; go 1.13
willnorris.com/go/microformats