diff options
author | StephenButtolph <[email protected]> | 2020-10-06 13:42:19 -0400 |
---|---|---|
committer | StephenButtolph <[email protected]> | 2020-10-06 13:42:19 -0400 |
commit | b77f95a85f32dab8a111ac4849e3487551e3da12 (patch) | |
tree | 8d5b03a35f40933a759b73348eb6b5466dd4c52b /go.mod | |
parent | 8cc21e15b96ccbe246bb06bece08c22df786069d (diff) |
updated avalanchego version to support responseWriter headersv0.3.5-rc.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.14 require ( github.com/VictoriaMetrics/fastcache v1.5.7 - github.com/ava-labs/avalanchego v0.8.3 + github.com/ava-labs/avalanchego v1.0.2-rc.1 github.com/davecgh/go-spew v1.1.1 github.com/deckarep/golang-set v1.7.1 github.com/edsrzf/mmap-go v1.0.0 |