We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71ecd23 + c9f581c commit 006975eCopy full SHA for 006975e
.travis.yml
@@ -2,7 +2,6 @@ dist: bionic
2
language: go
3
4
go:
5
- - "1.11.x"
6
- "1.12.x"
7
- "1.13.x"
8
CHANGELOG.md
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
- Add support for setting initial cursor position
14
- Switch to golangci-lint for linting
15
16
+### Removed
17
+
18
+- Removed support for Go 1.11
19
20
### Fixed
21
22
- Reduce tool-based deps, hopefully fixing any install issues
go.mod
@@ -1,6 +1,6 @@
1
module github.com/manifoldco/promptui
-go 1.11
+go 1.12
require (
github.com/chzyer/logex v1.1.10 // indirect
0 commit comments