From ad33cf5fc7d74c5168509f83d67a3dcc5fa71596 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Thu, 30 Aug 2018 15:24:17 +0200 Subject: [PATCH 1/2] gpython: use peterh/liner@v1.1.0 --- go.mod | 5 +---- go.sum | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 go.sum diff --git a/go.mod b/go.mod index be655164..aed4efd5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,3 @@ module github.com/go-python/gpython -require ( - github.com/mattn/go-runewidth v0.0.3 // indirect - github.com/peterh/liner v0.0.0-20180619022028-8c1271fcf47f -) +require github.com/peterh/liner v1.1.0 diff --git a/go.sum b/go.sum new file mode 100644 index 00000000..324d4e14 --- /dev/null +++ b/go.sum @@ -0,0 +1,4 @@ +github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8BzLR4= +github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= +github.com/peterh/liner v1.1.0 h1:f+aAedNJA6uk7+6rXsYBnhdo4Xux7ESLe+kcuVUF5os= +github.com/peterh/liner v1.1.0/go.mod h1:CRroGNssyjTd/qIG2FyxByd2S8JEAZXBl4qUrZf8GS0= From 93db19bc0c8cde2dc13510b6cbf50a301e142e8b Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Thu, 30 Aug 2018 15:25:33 +0200 Subject: [PATCH 2/2] ci: enable GO111MODULE=on for master --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 23937187..2330ea5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ matrix: - go: master env: - TAGS="-tags travis" + - GO111MODULE=on script: - go install -v $TAGS ./... pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy