feat: initial prototype

This commit is contained in:
Milas Bowman 2025-02-25 20:24:09 -05:00
commit 38731258ac
Signed by: milas
SSH key fingerprint: SHA256:ek2D5l1HA34B3wbdErz0QOXm1E46CVvyf/nM4Fwfx/U
10 changed files with 968 additions and 0 deletions

17
go.mod Normal file
View file

@ -0,0 +1,17 @@
module code.notaphish.fyi/milas/garage-k2v-go
go 1.23.1
require (
github.com/aws/aws-sdk-go-v2 v1.32.2
github.com/davecgh/go-spew v1.1.1
github.com/stretchr/testify v1.8.0
go.uber.org/goleak v1.3.0
)
require (
github.com/aws/smithy-go v1.22.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)