Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KSpaceer committed Sep 24, 2023
1 parent 94972fb commit 7c34753
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/KSpaceer/yamly/benchmark
go 1.21.1

require (
github.com/KSpaceer/yamly v0.1.0
github.com/KSpaceer/yamly/engines/goyaml v0.1.0
github.com/KSpaceer/yamly/engines/yayamls v0.1.0
github.com/KSpaceer/yamly v0.1.1
github.com/KSpaceer/yamly/engines/goyaml v0.1.1
github.com/KSpaceer/yamly/engines/yayamls v0.1.1
github.com/goccy/go-yaml v1.11.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
2 changes: 1 addition & 1 deletion engines/goyaml/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/KSpaceer/yamly/engines/goyaml
go 1.21.1

require (
github.com/KSpaceer/yamly v0.1.0
github.com/KSpaceer/yamly v0.1.1
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
2 changes: 1 addition & 1 deletion engines/yayamls/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ go 1.21.1

replace github.com/KSpaceer/yamly => ../..

require github.com/KSpaceer/yamly v0.1.0
require github.com/KSpaceer/yamly v0.1.1
6 changes: 3 additions & 3 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/KSpaceer/yamly/test
go 1.21.1

require (
github.com/KSpaceer/yamly v0.1.0
github.com/KSpaceer/yamly/engines/goyaml v0.1.0
github.com/KSpaceer/yamly/engines/yayamls v0.1.0
github.com/KSpaceer/yamly v0.1.1
github.com/KSpaceer/yamly/engines/goyaml v0.1.1
github.com/KSpaceer/yamly/engines/yayamls v0.1.1
)

require gopkg.in/yaml.v3 v3.0.1
Expand Down

0 comments on commit 7c34753

Please sign in to comment.