2023-07-23 08:54:49 +00:00
|
|
|
module git.faercol.me/faercol/http-boot-server/bootserver
|
2023-07-23 08:49:57 +00:00
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2023-07-29 10:04:44 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-07-23 08:49:57 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|