diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ) |