-
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.
- Loading branch information
Showing
12 changed files
with
505 additions
and
340 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
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
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
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,16 +1,17 @@ | ||
module github.com/fcjr/shiftapi | ||
|
||
go 1.17 | ||
go 1.23.0 | ||
|
||
require ( | ||
github.com/getkin/kin-openapi v0.80.0 | ||
github.com/julienschmidt/httprouter v1.3.0 | ||
) | ||
toolchain go1.23.3 | ||
|
||
require github.com/pb33f/libopenapi v0.18.7 | ||
|
||
require ( | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/swag v0.19.5 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
github.com/bahlo/generic-list-go v0.2.0 // indirect | ||
github.com/buger/jsonparser v1.1.1 // indirect | ||
github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect | ||
github.com/wk8/go-ordered-map/v2 v2.1.9-0.20240815153524-6ea36470d1bd // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.