summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKeuin <[email protected]>2023-07-01 21:52:08 +0800
committerKeuin <[email protected]>2023-07-01 21:52:27 +0800
commit40e0b3172af1e8deab80a7bf2bf95337ef9201c6 (patch)
tree2b99c5028a1b799d0887f028351bde3560f72d5c /go.mod
parent6c3c988bae6f8a78afd3503743106395792ee2b0 (diff)
Refactor: replace homemade result handling with library.
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 0f596a7..69d0883 100644
--- a/go.mod
+++ b/go.mod
@@ -17,8 +17,8 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/magiconair/properties v1.8.7 // indirect
- github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
+ github.com/samber/mo v1.8.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect