Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Update to the oldest supported version of Go #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
module github.com/gojektech/heimdall/v6

go 1.11
go 1.22.7

require (
github.com/afex/hystrix-go v0.0.0-20180209013831-27fae8d30f1a
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/gojektech/valkyrie v0.0.0-20180215180059-6aee720afcdf
github.com/pkg/errors v0.8.0
github.com/stretchr/testify v1.2.1
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.2.1
)