Skip to content

Commit

Permalink
chore: replace ext in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Feb 19, 2024
1 parent a70e2e4 commit 0535b83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ go 1.21.0

replace github.com/go-kod/kod => ../

replace github.com/go-kod/kod/ext => ../ext

require (
github.com/go-kod/kod v0.0.0-00010101000000-000000000000
github.com/go-kod/kod/ext v0.0.0-20240219143819-52cbc1b74baa
github.com/go-kod/kod/ext v0.0.0-00010101000000-000000000000
github.com/google/uuid v1.4.0
github.com/redis/go-redis/v9 v9.5.0
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 0 additions & 2 deletions examples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/gabriel-vasile/mimetype v1.4.2 h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU=
github.com/gabriel-vasile/mimetype v1.4.2/go.mod h1:zApsH/mKG4w07erKIaJPFiX0Tsq9BFQgN3qGY5GnNgA=
github.com/go-kod/kod/ext v0.0.0-20240219143819-52cbc1b74baa h1:LWrQP+c2LAfMYfBDtzU1G3C9zKJx+RQkG1SG+Zhvhig=
github.com/go-kod/kod/ext v0.0.0-20240219143819-52cbc1b74baa/go.mod h1:79l3CrF8Cm/KMM+tlVwoeENCty7jb2YucwYJAQlPdc4=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=
github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
Expand Down

0 comments on commit 0535b83

Please sign in to comment.