Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
29 lines
774 B
Diff
29 lines
774 B
Diff
diff --git a/go.mod b/go.mod
|
|
index 2d396a4..c4fea4b 100644
|
|
--- a/go.mod
|
|
+++ b/go.mod
|
|
@@ -1,14 +1,19 @@
|
|
module gitlab.com/WhyNotHugo/darkman
|
|
|
|
-go 1.16
|
|
+go 1.18
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.3.3
|
|
github.com/godbus/dbus/v5 v5.0.4
|
|
- github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/rxwycdh/rxhash v0.0.0-20230131062142-10b7a38b400d
|
|
github.com/sj14/astral v0.1.2
|
|
- github.com/spf13/cobra v1.7.0 // indirect
|
|
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
+ github.com/spf13/cobra v1.7.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
+
|
|
+require (
|
|
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
+ github.com/kr/pretty v0.2.0 // indirect
|
|
+ github.com/spf13/pflag v1.0.5 // indirect
|
|
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
+)
|