diff options
author | Keuin <[email protected]> | 2023-07-01 21:52:08 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-07-01 21:52:27 +0800 |
commit | 40e0b3172af1e8deab80a7bf2bf95337ef9201c6 (patch) | |
tree | 2b99c5028a1b799d0887f028351bde3560f72d5c /go.mod | |
parent | 6c3c988bae6f8a78afd3503743106395792ee2b0 (diff) |
Refactor: replace homemade result handling with library.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |