Skip to content

Commit 2aa5a49

Browse files
build(deps): bump github.com/kr/pretty from 0.1.0 to 0.2.1
Bumps [github.com/kr/pretty](https://github.com/kr/pretty) from 0.1.0 to 0.2.1. - [Release notes](https://github.com/kr/pretty/releases) - [Commits](kr/pretty@v0.1.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent b518349 commit 2aa5a49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module within.website/olin
33
require (
44
github.com/google/uuid v1.1.2
55
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
6-
github.com/kr/pretty v0.1.0
6+
github.com/kr/pretty v0.2.1
77
github.com/mkmik/stringlist v1.0.1
88
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
99
github.com/perlin-network/life v0.0.0-20191203030451-05c0e0f7eaea

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxv
5757
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
5858
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
5959
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
60+
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
61+
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
6062
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
6163
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
6264
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=

0 commit comments

Comments
 (0)