File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildGoModule {
28
28
inherit version ;
29
29
src = ./. ;
30
30
31
- vendorHash = "sha256-6AfLoIRDO3diKZ9yFpVVIsRUFxQfLbmk91Cs5336OIE =" ;
31
+ vendorHash = "sha256-HsYF4v7RUzGDJvZEoq0qTo9iPGJoqK4YqTsXSv8SwKQ =" ;
32
32
33
33
env . CGO_ENABLED = 0 ;
34
34
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/containrrr/shoutrrr v0.8.0
13
13
github.com/docker/go-units v0.5.0
14
14
github.com/gin-contrib/static v1.1.5
15
- github.com/gin-gonic/gin v1.10.0
15
+ github.com/gin-gonic/gin v1.10.1
16
16
github.com/mitchellh/mapstructure v1.5.0
17
17
github.com/spf13/viper v1.20.1
18
18
github.com/vfaronov/httpheader v0.1.0
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ github.com/gin-contrib/static v1.1.5 h1:bAPqT4KTZN+4uDY1b90eSrD1t8iNzod7Jj8njwmn
53
53
github.com/gin-contrib/static v1.1.5 /go.mod h1:8JSEXwZHcQ0uCrLPcsvnAJ4g+ODxeupP8Zetl9fd8wM =
54
54
github.com/gin-gonic/gin v1.10.0 h1:nTuyha1TYqgedzytsKYqna+DfLos46nTv2ygFy86HFU =
55
55
github.com/gin-gonic/gin v1.10.0 /go.mod h1:4PMNQiOhvDRa013RKVbsiNwoyezlm2rm0uX/T7kzp5Y =
56
+ github.com/gin-gonic/gin v1.10.1 h1:T0ujvqyCSqRopADpgPgiTT63DUQVSfojyME59Ei63pQ =
57
+ github.com/gin-gonic/gin v1.10.1 /go.mod h1:4PMNQiOhvDRa013RKVbsiNwoyezlm2rm0uX/T7kzp5Y =
56
58
github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ =
57
59
github.com/go-logr/logr v1.4.1 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
58
60
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s =
You can’t perform that action at this time.
0 commit comments