adding custom config library, can read/write TOML, started config validation
This commit is contained in:
12
client/go.mod
Normal file
12
client/go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module github.com/deranjer/gvc/client
|
||||
|
||||
go 1.14
|
||||
|
||||
replace derajnet.duckdns.org/git/deranjer/gvc => ../gvc //alias for local development
|
||||
|
||||
replace github.com/deranjer/gvc => ../gvc
|
||||
|
||||
require (
|
||||
github.com/deranjer/clir v1.0.5
|
||||
github.com/deranjer/store v0.0.0-20200526205429-464dd59c6031
|
||||
)
|
Reference in New Issue
Block a user