aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-09-19 23:58:30 +0000
committerRenovate Bot <[email protected]>2021-09-19 23:58:30 +0000
commitdd8a5feaf46c66baeb6aa7660664458f03af8ae9 (patch)
tree09a572732e0bb5630b174fe986fcb2ef408e694d /go.mod
parentrefactor(utilities): nil-type decleration (diff)
downloadspace-dd8a5feaf46c66baeb6aa7660664458f03af8ae9.tar.xz
space-dd8a5feaf46c66baeb6aa7660664458f03af8ae9.zip
fix(deps): update module github.com/spf13/viper to v1.9.0
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 c126311..8a112a1 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.8.1
+ github.com/spf13/viper v1.9.0
)