Skip to content

Commit 7e188a8

Browse files
committed
Fix github.com/krew-solutions/ascetic-ddd-go v0.1.0
1 parent 8970970 commit 7e188a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25
44

55
require (
66
github.com/hashicorp/go-multierror v1.1.1
7-
github.com/krew-solutions/ascetic-ddd-go v0.0.0
7+
github.com/krew-solutions/ascetic-ddd-go v0.1.0
88
github.com/stretchr/testify v1.8.4
99
)
1010

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NB
2222
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
2323
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
2424
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
25+
github.com/krew-solutions/ascetic-ddd-go v0.1.0 h1:/C8p6oo4meiQAzUvg/Ks+g0rokn/dFJwMG2e/pOVUdo=
26+
github.com/krew-solutions/ascetic-ddd-go v0.1.0/go.mod h1:TPR+JWSMvOeDgnMXCsPi70VaE7QfPFZO15qfPukEpYw=
2527
github.com/oklog/ulid/v2 v2.1.0 h1:+9lhoxAP56we25tyYETBBY1YLA2SaoLvUFgrP2miPJU=
2628
github.com/oklog/ulid/v2 v2.1.0/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ=
2729
github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o=

0 commit comments

Comments
 (0)