aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 1642eda223cc76dea4211af460c799412046e409 (plain)
1
2
3
4
5
6
7
8
9
// CodeCrafters Note:
//
// You can make changes to this file if you'd like to use dependencies.
//
// When updating this file, make sure to run `go mod tidy` to ensure that `go.sum` is updated too.

module github.com/codecrafters-io/git-starter-go

go 1.22