-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove optimizations - broken on go 1.20
- Loading branch information
1 parent
078c696
commit 7fe483f
Showing
4 changed files
with
1,125 additions
and
1,136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
module github.com/KompiTech/rmap | ||
|
||
go 1.14 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/evanphx/json-patch v4.5.0+incompatible | ||
github.com/json-iterator/go v1.1.10 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/qri-io/jsonschema v0.2.1 | ||
github.com/shopspring/decimal v1.2.0 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/qri-io/jsonpointer v0.1.1 // indirect | ||
golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.