Skip to content

Commit

Permalink
Upgrade to Arche 0.8 and Arche-Model 0.4 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange-42 authored May 29, 2023
1 parent 317106e commit e39ed20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Breaking changes

* Upgrade to Arche 0.8 (#35)
* Upgrade to Arche 0.8 (#35, #38)
* Upgrade to Arche-Model 0.4 (#38)

### Features

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.20
require (
github.com/faiface/pixel v0.10.0
github.com/mazznoer/colorgrad v0.9.1
github.com/mlange-42/arche v0.7.2-0.20230514155608-3d7feac725ac
github.com/mlange-42/arche-model v0.3.2-0.20230508155248-6eb41708cc4d
github.com/mlange-42/arche v0.8.0
github.com/mlange-42/arche-model v0.4.0
github.com/stretchr/testify v1.8.2
golang.org/x/image v0.7.0
gonum.org/v1/plot v0.12.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ github.com/mazznoer/colorgrad v0.9.1/go.mod h1:WX2R9wt9B47+txJZVVpM9LY+LAGIdi4lT
github.com/mazznoer/csscolorparser v0.1.2/go.mod h1:Aj22+L/rYN/Y6bj3bYqO3N6g1dtdHtGfQ32xZ5PJQic=
github.com/mazznoer/csscolorparser v0.1.3 h1:vug4zh6loQxAUxfU1DZEu70gTPufDPspamZlHAkKcxE=
github.com/mazznoer/csscolorparser v0.1.3/go.mod h1:Aj22+L/rYN/Y6bj3bYqO3N6g1dtdHtGfQ32xZ5PJQic=
github.com/mlange-42/arche v0.7.2-0.20230514155608-3d7feac725ac h1:R4qYTDUj76fVz7rffUtU7gi8KjetfkbT3+QtS64UiaM=
github.com/mlange-42/arche v0.7.2-0.20230514155608-3d7feac725ac/go.mod h1:9pYNr+BVf+8DzN3QN3OtnmaP7i7cx0mY/JZAejFScq0=
github.com/mlange-42/arche-model v0.3.2-0.20230508155248-6eb41708cc4d h1:Q97Q87bkzyOG/6mPz8W2+eKxIhDxVPE2dJn4yvUBdJ4=
github.com/mlange-42/arche-model v0.3.2-0.20230508155248-6eb41708cc4d/go.mod h1:v+bDVVLASe1+S93NOd6DMtD3aWhAn3LaMcaOHqMKT70=
github.com/mlange-42/arche v0.8.0 h1:24eKTX1UGMxpT8QoEOwzvIzswcgGaozq4333aerFahQ=
github.com/mlange-42/arche v0.8.0/go.mod h1:9pYNr+BVf+8DzN3QN3OtnmaP7i7cx0mY/JZAejFScq0=
github.com/mlange-42/arche-model v0.4.0 h1:ZOdLMIjwgzhRHkwL0tKnFK0ArWGKkxYyG7f8GGsX6Po=
github.com/mlange-42/arche-model v0.4.0/go.mod h1:iCNovHcDwOtMf8bkwVvgbwAMZZpmf/mWWHznH10mHQk=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit e39ed20

Please sign in to comment.