Skip to content

Commit adc89ae

Browse files
committed
Use gclpr 1.2.1 to correct issue #30
1 parent 2aac65e commit adc89ae

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endif()
6060
# Project version number
6161
set(PRJ_VERSION_Major "1")
6262
set(PRJ_VERSION_Minor "6")
63-
set(PRJ_VERSION_Patch "0")
63+
set(PRJ_VERSION_Patch "1")
6464

6565
if (EXISTS "${PROJECT_SOURCE_DIR}/.git" AND IS_DIRECTORY "${PROJECT_SOURCE_DIR}/.git")
6666
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/cmake/githash.sh ${GIT_EXECUTABLE}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/Microsoft/go-winio v0.5.2
77
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
99
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
1010
honnef.co/go/tools v0.3.0
1111
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z
88
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
99
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1010
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=
1313
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
1414
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
1515
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=

vendor/github.com/rupor-github/gclpr/util/keys.go

+10-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ github.com/allan-simon/go-singleinstance
1212
# github.com/atotto/clipboard v0.1.4
1313
## explicit
1414
github.com/atotto/clipboard
15-
# github.com/rupor-github/gclpr v1.2.0
15+
# github.com/rupor-github/gclpr v1.2.1
1616
## explicit; go 1.17
1717
github.com/rupor-github/gclpr/server
1818
github.com/rupor-github/gclpr/util

0 commit comments

Comments
 (0)