summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index cb19fee..5de0411 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,5 @@ module golang.flu0r1ne.net/planr
go 1.16
require (
- github.com/BurntSushi/toml v0.3.1 // indirect
- github.com/jinzhu/copier v0.3.2 // indirect
+ github.com/BurntSushi/toml v0.3.1
)