pull/8/head
Simon Let 7 years ago
parent afbae64671
commit d46ff64d18
  1. 5
      go.mod
  2. 2
      go.sum

@ -0,0 +1,5 @@
module github.com/curusarn/resh
go 1.12
require github.com/BurntSushi/toml v0.3.1 // indirect

@ -0,0 +1,2 @@
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Loading…
Cancel
Save