Cleaner initialization

This commit is contained in:
Ian Gulliver
2023-06-07 23:24:32 -07:00
parent 4d806f5d59
commit 7adc14d656
3 changed files with 32 additions and 5 deletions

8
go.mod
View File

@@ -1,3 +1,11 @@
module github.com/gopatchy/proxy
go 1.20
require github.com/stretchr/testify v1.8.4
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)