File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Command line application for downloading map tiles from given WMS server.
5
5
### Installation
6
6
7
7
```
8
- go install github.com/lmikolajczak/wms-tiles-downloader@v0.3.0
8
+ go install github.com/lmikolajczak/wms-tiles-downloader@latest
9
9
```
10
10
11
11
Go will automatically install it in your $GOPATH/bin directory which should be in your $PATH.
@@ -77,5 +77,5 @@ root@df62f3f34fef:/tiles# tree
77
77
### Alternative - use as a library ([ pkg.go.dev] ( https://pkg.go.dev/github.com/lmikolajczak/wms-tiles-downloader/wms ) )
78
78
79
79
```
80
- go get github.com/lmikolajczak/wms-tiles-downloader@v0.3.0
80
+ go get github.com/lmikolajczak/wms-tiles-downloader@latest
81
81
```
Original file line number Diff line number Diff line change @@ -22,3 +22,9 @@ require (
22
22
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
23
23
gopkg.in/yaml.v3 v3.0.1 // indirect
24
24
)
25
+
26
+ retract (
27
+ // Wrongly published versions
28
+ v2.0.0+incompatible
29
+ v1.0.0
30
+ )
You can’t perform that action at this time.
0 commit comments