Skip to content

Commit

Permalink
Merge pull request #3 from thegalactiks/renovate/github.com-knadh-koa…
Browse files Browse the repository at this point in the history
…nf-2.x

fix(deps): update module github.com/knadh/koanf to v2
  • Loading branch information
emmanuelgautier authored Jan 20, 2024
2 parents 1179426 + 58f39c6 commit dc01f50
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 340 deletions.
10 changes: 7 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ require (
github.com/gin-gonic/gin v1.9.1
github.com/go-playground/validator v9.31.0+incompatible
github.com/google/go-github/v58 v58.0.0
github.com/knadh/koanf v1.5.0
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/confmap v0.1.0
github.com/knadh/koanf/providers/env v0.1.0
github.com/knadh/koanf/providers/file v0.1.0
github.com/knadh/koanf/v2 v2.0.1
github.com/magiconair/properties v1.8.7
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
github.com/swaggo/files v1.0.1
github.com/swaggo/files/v2 v2.0.0
github.com/swaggo/gin-swagger v1.6.0
github.com/xanzy/go-gitlab v0.96.0
go.uber.org/fx v1.20.1
Expand All @@ -29,7 +32,7 @@ require (
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
Expand All @@ -49,6 +52,7 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
Expand Down
Loading

0 comments on commit dc01f50

Please sign in to comment.