mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-05 13:52:26 +00:00
Add configuration and v1 server implementation; create handler methods for command execution and listing
This commit is contained in:
12
config/go.mod
Normal file
12
config/go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module github.com/akyaiy/GoSally-mvp/config
|
||||
|
||||
go 1.24.4
|
||||
|
||||
require github.com/ilyakaznacheev/cleanenv v1.5.0
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user