Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
lnproxy committed Jul 2, 2023
1 parent 04b21a9 commit 3319d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/lnproxy/lnproxy

go 1.20
go 1.19

require github.com/lnproxy/lnc v0.0.0-20230627223134-fa18d249f59d
require github.com/lnproxy/lnc v0.0.0-20230702113239-a2b2139c0b26

require golang.org/x/net v0.11.0 // indirect
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
github.com/lnproxy/lnc v0.0.0-20230627041753-ee1fb25b1bb5 h1:S+isvBcVTr1O/irhWTFqczBSPmrjv+EG8m2t5LIUj9E=
github.com/lnproxy/lnc v0.0.0-20230627041753-ee1fb25b1bb5/go.mod h1:iR/TmFmHkd5E8EhrqjUbkFdrr9mawoSFyntciGRTVWM=
github.com/lnproxy/lnc v0.0.0-20230627205643-a93baac7b4fd h1:BqzVSbBNlfH/DZyYN6EfGFKStziLVQjr/ZADMy0DTxQ=
github.com/lnproxy/lnc v0.0.0-20230627205643-a93baac7b4fd/go.mod h1:iR/TmFmHkd5E8EhrqjUbkFdrr9mawoSFyntciGRTVWM=
github.com/lnproxy/lnc v0.0.0-20230627223134-fa18d249f59d h1:TxPf/wNmBYlMWiB/JtBfmHL9D0zfAyZvyv7SyvKlUkM=
github.com/lnproxy/lnc v0.0.0-20230627223134-fa18d249f59d/go.mod h1:iR/TmFmHkd5E8EhrqjUbkFdrr9mawoSFyntciGRTVWM=
github.com/lnproxy/lnc v0.0.0-20230702113239-a2b2139c0b26 h1:vpi2aKhF+MbJAdL7V3nULWqUgmR9BjRNQ2f6rLHgRZg=
github.com/lnproxy/lnc v0.0.0-20230702113239-a2b2139c0b26/go.mod h1:QPI86ancedmkntYrFbludDtUOP40/TDMcIhR4V71AaY=
golang.org/x/net v0.11.0 h1:Gi2tvZIJyBtO9SDr1q9h5hEQCp/4L2RQ+ar0qjx2oNU=
golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ=

0 comments on commit 3319d97

Please sign in to comment.