-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
94 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,31 @@ | ||
module github.com/MCDevKit/jsonte | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/Bedrock-OSS/go-burrito v1.0.3 | ||
github.com/Bedrock-OSS/go-burrito v1.0.4 | ||
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20220911224424-aa1f1f12a846 | ||
github.com/faiface/beep v1.1.0 | ||
github.com/fatih/color v1.13.0 | ||
github.com/gammazero/deque v0.2.0 | ||
github.com/fatih/color v1.16.0 | ||
github.com/gammazero/deque v0.2.1 | ||
github.com/gobwas/glob v0.2.3 | ||
github.com/james-barrow/golang-ipc v1.0.0 | ||
github.com/james-barrow/golang-ipc v1.2.4 | ||
github.com/paul-mannino/go-fuzzywuzzy v0.0.0-20200127021948-54652b135d0e | ||
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d | ||
go.uber.org/zap v1.23.0 | ||
golang.org/x/net v0.0.0-20210610124326-52da8fb2a613 | ||
golang.org/x/text v0.3.8 | ||
go.uber.org/zap v1.27.0 | ||
golang.org/x/net v0.24.0 | ||
golang.org/x/text v0.14.0 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.4.16 // indirect | ||
github.com/hajimehoshi/go-mp3 v0.3.3 // indirect | ||
github.com/jfreymuth/oggvorbis v1.0.4 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect | ||
github.com/jfreymuth/oggvorbis v1.0.5 // indirect | ||
github.com/jfreymuth/vorbis v1.0.2 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/exp v0.0.0-20221114191408-850992195362 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect | ||
golang.org/x/sys v0.19.0 // 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