File tree 5 files changed +15
-9
lines changed
github.com/rupor-github/gclpr/util
5 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ endif()
60
60
# Project version number
61
61
set (PRJ_VERSION_Major "1" )
62
62
set (PRJ_VERSION_Minor "6" )
63
- set (PRJ_VERSION_Patch "0 " )
63
+ set (PRJ_VERSION_Patch "1 " )
64
64
65
65
if (EXISTS "${PROJECT_SOURCE_DIR} /.git" AND IS_DIRECTORY "${PROJECT_SOURCE_DIR} /.git" )
66
66
execute_process (COMMAND ${CMAKE_SOURCE_DIR} /cmake/githash.sh ${GIT_EXECUTABLE}
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/Microsoft/go-winio v0.5.2
7
7
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
8
- github.com/rupor-github/gclpr v1.2.0
8
+ github.com/rupor-github/gclpr v1.2.1
9
9
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
10
10
honnef.co/go/tools v0.3.0
11
11
)
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z
8
8
github.com/atotto/clipboard v0.1.4 /go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI =
9
9
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
10
10
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
11
- github.com/rupor-github/gclpr v1.2.0 h1:yiRLmdu8vCw5VSt4PCQaTDytFD6oHmRZDhALXz1yXh4 =
12
- github.com/rupor-github/gclpr v1.2.0 /go.mod h1:PyhH4EaDiGk8gkTOqzlFzidhqCgb4WAMVoRRU7Gbn38 =
11
+ github.com/rupor-github/gclpr v1.2.1 h1:LaByitXVainoz4Ezm0uHwQv7KGB5ZookyyItX+8XcrU =
12
+ github.com/rupor-github/gclpr v1.2.1 /go.mod h1:PyhH4EaDiGk8gkTOqzlFzidhqCgb4WAMVoRRU7Gbn38 =
13
13
github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
14
14
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA =
15
15
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 /go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ github.com/allan-simon/go-singleinstance
12
12
# github.com/atotto/clipboard v0.1.4
13
13
## explicit
14
14
github.com/atotto/clipboard
15
- # github.com/rupor-github/gclpr v1.2.0
15
+ # github.com/rupor-github/gclpr v1.2.1
16
16
## explicit; go 1.17
17
17
github.com/rupor-github/gclpr/server
18
18
github.com/rupor-github/gclpr/util
You can’t perform that action at this time.
0 commit comments