cbor/go.mod
Faye Amacker 4778e468f6
Update go.mod to require go 1.17
A recent optimization bumped go to 1.20 in go.mod but go 1.17 is still supported.

This commit is to reduce confusion about the minimum Go version supported by this CBOR library.

fxamacker/cbor v2.5.0 supports 1.12+.
fxamacker/cbor v2.6.0 will support 1.17+.
2024-02-11 15:12:44 -06:00

6 lines
148 B
Modula-2

module github.com/fxamacker/cbor/v2
go 1.17 // Compiling with go 1.20+ uses new features and optimizations
require github.com/x448/float16 v0.8.4