]> fbox.kageds.com Git - adventofcode.git/blob - 2022/go/go.mod
move unit64 back to int
[adventofcode.git] / 2022 / go / go.mod
1 module adventofcode2022
2
3 go 1.19
4
5 require (
6 github.com/alokmenghrajani/adventofcode2022 v0.0.0-20221225182202-291aae949bfb
7 github.com/deckarep/golang-set/v2 v2.3.1
8 github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de
9 github.com/philhanna/stack v1.5.0
10 github.com/stretchr/testify v1.8.2
11 golang.org/x/exp v0.0.0-20221208152030-732eee02a75a
12 )
13
14 require (
15 github.com/davecgh/go-spew v1.1.1 // indirect
16 github.com/pmezard/go-difflib v1.0.0 // indirect
17 gopkg.in/yaml.v3 v3.0.1 // indirect
18 )