File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 88 Gomods is a Caddy plugin that provides a caching Go modules proxy with your own domain.
99 It supports all the hosting services and VCS` that are supported by Go tools. It also provides local caching
1010 and parallel workers to fetch and store Go modules.
11- version : " v0.1.1 "
11+ version : " v0.1.2 "
1212 mainLicense : " Apachev2"
1313 docsLicense : " CCBySa"
1414
@@ -29,7 +29,7 @@ readme:
2929
3030 For installing Gomods run the following command:
3131 ```
32- go get go.okkur.org/gomods/cmd/gomods
32+ go get go.okkur.org/gomods/cmd/gomods@caddy-v1
3333 ```
3434
3535 Then you should create a config file like this example:
Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ _2017_
1616
1717-->
1818
19+ # v0.1.2
20+ _ 2020-01-23_
21+ - [ Downloads for v0.1.2] ( https://github.com/okkur/gomods/releases/tag/v0.1.2 )
22+ - [ Changelog since v0.1.1] ( #changes-since-v011 )
23+ - [ Documentation for v0.1.2] ( #documentation-for-v012 )
24+
25+ ## Documentation for v0.1.2
26+ [ Documentation] ( /docs )
27+
28+ ## Changes since v0.1.1
29+ - Branch off Caddy v1 support
30+
1931# v0.1.1
2032_ 2019-10-16_
2133 - [ Downloads for v0.1.1] ( https://github.com/okkur/gomods/releases/tag/v0.1.1 )
Original file line number Diff line number Diff line change 11# Gomods
22
3+ ** This version supports Caddy v1 only.**
4+ ** For the latest Caddy support take a look at the latest version and code.**
5+
36Caddy plugin that provides a caching Go modules proxy with your own domain.
47
58 [ ![ state] ( https://img.shields.io/badge/state-beta-blue.svg )] ( ) [ ![ release] ( https://img.shields.io/github/release/okkur/gomods.svg )] ( https://gomods.okkur.org/releases ) [ ![ license] ( https://img.shields.io/github/license/okkur/gomods.svg )] ( LICENSE )
@@ -15,7 +18,7 @@ Gomods uses Go tools in the background for fetching the modules so there needs t
1518
1619For installing Gomods run the following command:
1720```
18- go get go.okkur.org/gomods/cmd/gomods
21+ go get go.okkur.org/gomods/cmd/gomods@caddy-v1
1922```
2023
2124Then you should create a config file like this example:
Original file line number Diff line number Diff line change 1- v0.1.1
1+ v0.1.2
You can’t perform that action at this time.
0 commit comments