diff options
author | Flu0r1ne <flur01ne@flu0r1ne.net> | 2021-08-03 02:02:40 -0500 |
---|---|---|
committer | Flu0r1ne <flur01ne@flu0r1ne.net> | 2021-08-03 02:02:40 -0500 |
commit | a0b020a78eb0b33965c59460fc093c6959216e44 (patch) | |
tree | 3b2722388ea6b312e927b6066b0831524ba4ed6b /go.mod | |
download | planr-a0b020a78eb0b33965c59460fc093c6959216e44.tar.xz planr-a0b020a78eb0b33965c59460fc093c6959216e44.zip |
Initial commit with basic build structure
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 +) |