Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
7eadd243d980f78f9161c0568f695c03648db698
/
.
/
go.mod
blob: 70f8808b7bdefdb2fe595fa9b665b30771a68e94 [
file
] [
log
] [
blame
]
Mohammed Naser
7eadd24
2022-09-01 18:53:16 -0400
[
diff
] [
blame^
]
1
module
github
.
com
/
vexxhost
/
atmosphere
2
3
go
1.19
4
5
require
(
6
github
.
com
/
stretchr
/
testify v1
.
8.0
7
gopkg
.
in
/
yaml
.
v3 v3
.
0.1
8
)
9
10
require
(
11
github
.
com
/
davecgh
/
go
-
spew v1
.
1.1
// indirect
12
github
.
com
/
pmezard
/
go
-
difflib v1
.
0.0
// indirect
13
)