this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 337 B view raw
1module github.com/sethetter/aoc-2022 2 3go 1.19 4 5require ( 6 github.com/samber/lo v1.36.0 7 github.com/stretchr/testify v1.8.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 golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect 14 gopkg.in/yaml.v3 v3.0.1 // indirect 15)