-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
29 lines (25 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/kindermoumoute/adventofcode
go 1.22
toolchain go1.23.3
require (
github.com/beefsack/go-astar v0.0.0-20171024231011-f324bbb0d6f7
github.com/faiface/pixel v0.10.1-0.20201122042400-f931f69d6e5e
github.com/hashicorp/go-multierror v1.0.0
github.com/samber/lo v1.39.0
github.com/stretchr/testify v1.4.0
golang.org/x/image v0.14.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/faiface/glhf v0.0.0-20181018222622-82a6317ac380 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72 // indirect
github.com/go-gl/mathgl v0.0.0-20190713194549-592312d8590a // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
gonum.org/v1/gonum v0.15.1 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)