This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
state/go.mod
kekskurse bc5c7d6f9e init
2024-03-04 11:20:04 +01:00

14 lines
249 B
Modula-2

module state
go 1.21
require (
github.com/google/uuid v1.6.0
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
)