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