Skip to content

Commit

Permalink
Use gclpr 1.2.1 to correct issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Apr 26, 2022
1 parent 2aac65e commit adc89ae
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ endif()
# Project version number
set(PRJ_VERSION_Major "1")
set(PRJ_VERSION_Minor "6")
set(PRJ_VERSION_Patch "0")
set(PRJ_VERSION_Patch "1")

if (EXISTS "${PROJECT_SOURCE_DIR}/.git" AND IS_DIRECTORY "${PROJECT_SOURCE_DIR}/.git")
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/cmake/githash.sh ${GIT_EXECUTABLE}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/Microsoft/go-winio v0.5.2
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
github.com/rupor-github/gclpr v1.2.0
github.com/rupor-github/gclpr v1.2.1
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
honnef.co/go/tools v0.3.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rupor-github/gclpr v1.2.0 h1:yiRLmdu8vCw5VSt4PCQaTDytFD6oHmRZDhALXz1yXh4=
github.com/rupor-github/gclpr v1.2.0/go.mod h1:PyhH4EaDiGk8gkTOqzlFzidhqCgb4WAMVoRRU7Gbn38=
github.com/rupor-github/gclpr v1.2.1 h1:LaByitXVainoz4Ezm0uHwQv7KGB5ZookyyItX+8XcrU=
github.com/rupor-github/gclpr v1.2.1/go.mod h1:PyhH4EaDiGk8gkTOqzlFzidhqCgb4WAMVoRRU7Gbn38=
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
Expand Down
14 changes: 10 additions & 4 deletions vendor/github.com/rupor-github/gclpr/util/keys.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ github.com/allan-simon/go-singleinstance
# github.com/atotto/clipboard v0.1.4
## explicit
github.com/atotto/clipboard
# github.com/rupor-github/gclpr v1.2.0
# github.com/rupor-github/gclpr v1.2.1
## explicit; go 1.17
github.com/rupor-github/gclpr/server
github.com/rupor-github/gclpr/util
Expand Down

0 comments on commit adc89ae

Please sign in to comment.