From 40e0b3172af1e8deab80a7bf2bf95337ef9201c6 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 1 Jul 2023 21:52:08 +0800 Subject: Refactor: replace homemade result handling with library. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3