From 0aaa0a8dc920f164d39b45b643842ceb71cb3a5b Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Wed, 22 Aug 2018 08:57:24 +0200 Subject: [PATCH 1/2] ci: use latest patch version of Go releases --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4faa6286..8cc512a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,13 @@ dist: trusty os: - linux go: -- 1.8.7 -- 1.9.3 -- "1.10.1" -- tip +- 1.8.x +- 1.9.x +- 1.10.x +- master script: - go test ./... - GOARCH=386 go test ./... matrix: allow_failures: - - go: tip + - go: master From 12248b4a59676f4bc1e0361e79777d817c111f87 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Wed, 22 Aug 2018 08:59:25 +0200 Subject: [PATCH 2/2] gpython: add initial support for Go modules --- go.mod | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..be655164 --- /dev/null +++ b/go.mod @@ -0,0 +1,6 @@ +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 +) 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