We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I pulled the library like this go get -u github.com/jonbodner/proteus and I get version v0.14.0.
go get -u github.com/jonbodner/proteus
The contents of the file in the version that I have are different from what is on github.
proteus/query_mappers.go
Lines 19 to 22 in a187783
My version (v0.14.0)
What is the current up to date version?
The text was updated successfully, but these errors were encountered:
@SharkFourSix: What is the current up to date version?
FWIW, changes since the v0.14.0 release: v0.14.0...master
If you want the latest commit (a187783) this should work (pulled the commit hash from https://github.com/jonbodner/proteus/commits/master/):
$ go get github.com/jonbodner/proteus@a187783e989939bc6bc2498cd476447947233508 go: downloading github.com/jonbodner/proteus v0.14.1-0.20230502024600-a187783e9899 go: upgraded github.com/jonbodner/proteus v0.14.0 => v0.14.1-0.20230502024600-a187783e9899 $ cat go.mod module mytesting go 1.22.2 require ( github.com/jonbodner/multierr v1.0.0 // indirect github.com/jonbodner/proteus v0.14.1-0.20230502024600-a187783e9899 // indirect github.com/jonbodner/stackerr v1.0.0 // indirect github.com/rickar/props v1.0.0 // indirect )
Sorry, something went wrong.
No branches or pull requests
I pulled the library like this
go get -u github.com/jonbodner/proteus
and I get version v0.14.0.The contents of the file in the version that I have are different from what is on github.
proteus/query_mappers.go
Lines 19 to 22 in a187783
My version (v0.14.0)
What is the current up to date version?
The text was updated successfully, but these errors were encountered: