mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 16:36:51 +00:00
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.8 to 5.0.10. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-chi/chi/compare/v5.0.8...v5.0.10) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
73 lines
2.8 KiB
Modula-2
73 lines
2.8 KiB
Modula-2
module github.com/nais/wonderwall
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/alicebob/miniredis/v2 v2.30.4
|
|
github.com/bmatcuk/doublestar/v4 v4.6.0
|
|
github.com/bsm/redislock v0.9.3
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/google/uuid v1.3.0
|
|
github.com/lestrrat-go/jwx/v2 v2.0.11
|
|
github.com/nais/liberator v0.0.0-20230502174148-dde82d2019da
|
|
github.com/prometheus/client_golang v1.16.0
|
|
github.com/redis/go-redis/v9 v9.0.5
|
|
github.com/rs/cors v1.9.0
|
|
github.com/sethvargo/go-retry v0.2.4
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.16.0
|
|
github.com/stretchr/testify v1.8.4
|
|
go.uber.org/automaxprocs v1.5.2
|
|
golang.org/x/crypto v0.11.0
|
|
golang.org/x/oauth2 v0.10.0
|
|
golang.org/x/vuln v0.2.0
|
|
honnef.co/go/tools v0.4.3
|
|
mvdan.cc/gofumpt v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/httprc v1.0.4 // indirect
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
github.com/spf13/afero v1.9.5 // indirect
|
|
github.com/spf13/cast v1.5.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
github.com/yuin/gopher-lua v1.1.0 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20230206171751-46f607a40771 // indirect
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
golang.org/x/tools v0.8.1-0.20230421161920-b9619ee54b47 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|