Skip to content

Commit

Permalink
upgrade to use later html2gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeEmmet committed Aug 31, 2020
1 parent 7e5e9f7 commit 5e137f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/LukeEmmet/duckling-proxy
go 1.14

require (
github.com/LukeEmmet/html2gemini v0.0.0-20200830203845-29b349f6dc18
github.com/LukeEmmet/html2gemini v0.0.0-20200831220433-65476d2a84ff
github.com/makeworld-the-better-one/go-gemini v0.8.5
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/spf13/pflag v1.0.5
Expand Down
5 changes: 3 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
github.com/LukeEmmet/html2gemini v0.0.0-20200830203845-29b349f6dc18 h1:K8Qa77ETF1R7YCDfWxX3436pc2y4NSWaPz3U6ENO3Jg=
github.com/LukeEmmet/html2gemini v0.0.0-20200830203845-29b349f6dc18/go.mod h1:yj8BdB/daZB09i9DoL3y7oOuDm7KLOSIxzIwESjEk5k=
github.com/LukeEmmet/html2gemini v0.0.0-20200831220433-65476d2a84ff h1:gtWkiW3wWq3QolGyMhE1tEjOjQE7yDWRUe8DZk2pnzg=
github.com/LukeEmmet/html2gemini v0.0.0-20200831220433-65476d2a84ff/go.mod h1:yj8BdB/daZB09i9DoL3y7oOuDm7KLOSIxzIwESjEk5k=
github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg=
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/makeworld-the-better-one/go-gemini v0.8.5 h1:+sGjfHvbhuhLFpMyVeujo7kKpts2NcGJGzJSMNWoobc=
github.com/makeworld-the-better-one/go-gemini v0.8.5/go.mod h1:P7/FbZ+IEIbA/d+A0Y3w2GNgD8SA2AcNv7aDGJbaWG4=
Expand Down

0 comments on commit 5e137f1

Please sign in to comment.