Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
8aad7f0e413116f4a997ec216b1b62dc92e85808
/
.
/
go.mod
blob: 70f8808b7bdefdb2fe595fa9b665b30771a68e94 [
file
] [
log
] [
blame
]
module
github
.
com
/
vexxhost
/
atmosphere
go
1.19
require
(
github
.
com
/
stretchr
/
testify v1
.
8.0
gopkg
.
in
/
yaml
.
v3 v3
.
0.1
)
require
(
github
.
com
/
davecgh
/
go
-
spew v1
.
1.1
// indirect
github
.
com
/
pmezard
/
go
-
difflib v1
.
0.0
// indirect
)