aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-12 14:27:12 -0800
committerGitHub <[email protected]>2022-03-12 14:27:12 -0800
commitefdc078b25c53dd24c191a7fd0209925c2d67c18 (patch)
tree2050f8e90098040c4324312c4a0ae0fcaae74d4c /go.mod
parentMerge pull request #10 from Fuwn/renovate/golang-1.x (diff)
parentfix(deps): update module github.com/spf13/viper to v1.10.1 (diff)
downloadspace-main.tar.xz
space-main.zip
Merge pull request #8 from Fuwn/renovate/github.com-spf13-viper-1.xHEADmain
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8a112a1..9a4eca8 100644
--- a/go.mod
+++ b/go.mod
@@ -6,5 +6,5 @@ require (
github.com/pitr/gig v0.9.8
// github.com/shirou/gopsutil v3.21.6+incompatible
github.com/sonyarouje/simdb v0.1.0
- github.com/spf13/viper v1.9.0
+ github.com/spf13/viper v1.10.1
)