-
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.
Signed-off-by: Pierre Fenoll <[email protected]>
- Loading branch information
Showing
7 changed files
with
109 additions
and
125 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 +1 @@ | ||
0.48.23 | ||
0.49.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,51 @@ | ||
module github.com/FuzzyMonkeyCo/monkey | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/alecthomas/chroma/v2 v2.8.0 | ||
github.com/bazelbuild/buildtools v0.0.0-20230713145820-b31f2c13c407 | ||
github.com/alecthomas/chroma/v2 v2.14.0 | ||
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44 | ||
github.com/chzyer/readline v1.5.1 | ||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 | ||
github.com/fatih/color v1.15.0 | ||
github.com/getkin/kin-openapi v0.118.0 | ||
github.com/fatih/color v1.18.0 | ||
github.com/getkin/kin-openapi v0.128.0 | ||
github.com/google/gnostic v0.7.0 | ||
github.com/google/uuid v1.3.1 | ||
github.com/google/uuid v1.6.0 | ||
github.com/hashicorp/logutils v1.0.0 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/superhawk610/bar v0.0.2 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
go.starlark.net v0.0.0-20230731234521-9b46791399bf | ||
golang.org/x/sync v0.4.0 | ||
google.golang.org/grpc v1.60.1 | ||
google.golang.org/protobuf v1.31.0 | ||
go.starlark.net v0.0.0-20240925182052-1207426daebd | ||
golang.org/x/sync v0.8.0 | ||
google.golang.org/grpc v1.67.1 | ||
google.golang.org/protobuf v1.35.1 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dlclark/regexp2 v1.10.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.0 // indirect | ||
github.com/go-openapi/swag v0.22.4 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/dlclark/regexp2 v1.11.4 // indirect | ||
github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
github.com/go-openapi/swag v0.23.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect | ||
github.com/invopop/yaml v0.2.0 // indirect | ||
github.com/invopop/yaml v0.3.1 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-tty v0.0.5 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-tty v0.0.7 // indirect | ||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect | ||
github.com/perimeterx/marshmallow v1.1.5 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/superhawk610/terminal v0.1.0 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
golang.org/x/net v0.16.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
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