Skip to content

Commit cf23cd6

Browse files
committed
go mod tidy
1 parent 4d75e28 commit cf23cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ require (
7878
github.com/mholt/archiver/v3 v3.5.1
7979
github.com/microcosm-cc/bluemonday v1.0.26
8080
github.com/minio/minio-go/v7 v7.0.66
81+
github.com/mitchellh/mapstructure v1.5.0
8182
github.com/msteinert/pam v1.2.0
8283
github.com/nektos/act v0.2.52
8384
github.com/niklasfasching/go-org v1.7.0
@@ -233,7 +234,6 @@ require (
233234
github.com/minio/md5-simd v1.1.2 // indirect
234235
github.com/minio/sha256-simd v1.0.1 // indirect
235236
github.com/mitchellh/copystructure v1.2.0 // indirect
236-
github.com/mitchellh/mapstructure v1.5.0 // indirect
237237
github.com/mitchellh/reflectwalk v1.0.2 // indirect
238238
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
239239
github.com/modern-go/reflect2 v1.0.2 // indirect

0 commit comments

Comments
 (0)