kv/go.mod

14 lines
241 B
Modula-2

module go.jolheiser.com/kv
go 1.19
require (
github.com/adrg/xdg v0.4.0
github.com/peterbourgon/ff/v3 v3.3.1
)
require (
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
)