Skip to content

Commit

Permalink
use tidbyt fork of starlib until 0.4.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
matslina committed Oct 23, 2020
1 parent 4f4f1f9 commit 8e8c0f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ module tidbyt.dev/pixlet

go 1.14

replace github.com/harukasan/go-libwebp => github.com/tidbyt/go-libwebp v0.0.0-20201015173751-7718986fb5f2
replace (
github.com/harukasan/go-libwebp => github.com/tidbyt/go-libwebp v0.0.0-20201015173751-7718986fb5f2
github.com/qri-io/starlib => github.com/tidbyt/starlib v0.4.2-0.20200729192616-ef2649a4219c
)

require (
github.com/fogleman/gg v1.3.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ github.com/tidbyt/go-libwebp v0.0.0-20200918142916-98c7c251dd7a h1:hA1bu4LhvTQyh
github.com/tidbyt/go-libwebp v0.0.0-20200918142916-98c7c251dd7a/go.mod h1:p1Ify/wlo/z2CCUv0o+4j4lvBvEf1SWO5LYRDmadNY0=
github.com/tidbyt/go-libwebp v0.0.0-20201015173751-7718986fb5f2 h1:T/jkZO+VeoP9QPPAidWR89NWUeT4VluF2vMLgmZtSy8=
github.com/tidbyt/go-libwebp v0.0.0-20201015173751-7718986fb5f2/go.mod h1:p1Ify/wlo/z2CCUv0o+4j4lvBvEf1SWO5LYRDmadNY0=
github.com/tidbyt/starlib v0.4.2-0.20200729192616-ef2649a4219c h1:QlX1+kdR93ojdsdHJCzyg9mlfOBid3ySH9TXKVz1Nt8=
github.com/tidbyt/starlib v0.4.2-0.20200729192616-ef2649a4219c/go.mod h1:2xlZ9r2UV4LF4G9mpYPBWo7CtXtdW0h1RoGIkZ8elOE=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
Expand Down

0 comments on commit 8e8c0f4

Please sign in to comment.