generated from codecrafters-io/tester-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
20 lines (17 loc) · 576 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/codecrafters-io/interpreter-tester
go 1.22
require (
github.com/codecrafters-io/tester-utils v0.2.38
github.com/fatih/color v1.17.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)