Skip to content

Commit

Permalink
Update version of goethe
Browse files Browse the repository at this point in the history
  • Loading branch information
jwells131313 committed Jan 7, 2019
1 parent 6b1a817 commit b62db22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Updated goethe version

## [1.0.0] - 2018-11-07
### Changed
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/jwells131313/dargo

require (
github.com/davecgh/go-spew v1.1.1
github.com/jwells131313/goethe v1.3.0
github.com/jwells131313/goethe v1.4.0
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0
github.com/sirupsen/logrus v1.0.6
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/jwells131313/goethe v1.2.0 h1:iKF0A5G2qMNmgYPUSbd+bZ4ipNUak85y3QihKpQ
github.com/jwells131313/goethe v1.2.0/go.mod h1:MBhZf/Es2IdWiZRpt5yxdLKxJM20I7TQqrIYvEApng8=
github.com/jwells131313/goethe v1.3.0 h1:JYUrgcJf3nikFk9aYkF+mDjwtYNIjxoOJ34rl7N6GcQ=
github.com/jwells131313/goethe v1.3.0/go.mod h1:MBhZf/Es2IdWiZRpt5yxdLKxJM20I7TQqrIYvEApng8=
github.com/jwells131313/goethe v1.4.0 h1:8f4f2VAE11gPhNWOWNQo+I8jLhOfwuHwkp65sn2xWyA=
github.com/jwells131313/goethe v1.4.0/go.mod h1:MBhZf/Es2IdWiZRpt5yxdLKxJM20I7TQqrIYvEApng8=
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit b62db22

Please sign in to comment.