ports/www/writeas-cli/files/patch-go.mod
Robert Clausecker 75f61e66a4 www/writeas-cli: new port -- Command line client for Write.as / WriteFreely
Command line utility for publishing to any WriteFreely instance.
The WriteFreely CLI is compatible with WriteFreely v0.11 or later.

Features

 * Authenticate with any WriteFreely instance
 * Publish drafts
 * Manage multiple WriteFreely accounts on multiple instances
 * A stable, easy back-end for your GUI app or desktop-based workflow
 * Locally keeps track of any posts you make
 * Update and delete posts
 * Fetch any post by ID

WWW: https://write.as/apps/cli

PR:		257233
2021-07-17 18:10:14 +02:00

19 lines
617 B
Modula-2

--- go.mod.orig 2021-07-17 13:10:12 UTC
+++ go.mod
@@ -1,5 +1,7 @@
module github.com/writeas/writeas-cli
+go 1.16
+
require (
code.as/core/socks v1.0.0
github.com/atotto/clipboard v0.1.1
@@ -20,7 +22,7 @@ require (
github.com/writeas/web-core v0.0.0-20181111165528-05f387ffa1b3
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
golang.org/x/net v0.0.0-20181217023233-e147a9138326 // indirect
- golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 // indirect
+ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/ini.v1 v1.39.3
gopkg.in/urfave/cli.v1 v1.20.0
)