blob: 70f8808b7bdefdb2fe595fa9b665b30771a68e94 [file] [log] [blame]
Mohammed Naser7eadd242022-09-01 18:53:16 -04001module github.com/vexxhost/atmosphere
2
3go 1.19
4
5require (
6 github.com/stretchr/testify v1.8.0
7 gopkg.in/yaml.v3 v3.0.1
8)
9
10require (
11 github.com/davecgh/go-spew v1.1.1 // indirect
12 github.com/pmezard/go-difflib v1.0.0 // indirect
13)