Skip to content

Commit

Permalink
chore: update go.mod dependencies and add replace directive for hacka…
Browse files Browse the repository at this point in the history
…time package
  • Loading branch information
taciturnaxolotl committed Sep 23, 2024
1 parent 1232546 commit 9abaa99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kcoderhtml/hackatime
module github.com/hackclub/hackatime

go 1.23

Expand Down Expand Up @@ -44,7 +44,6 @@ require (

require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/fabioberger/airtable-go v3.1.0+incompatible // indirect
)

require (
Expand Down Expand Up @@ -98,3 +97,5 @@ require (
modernc.org/memory v1.8.0 // indirect
modernc.org/sqlite v1.32.0 // indirect
)

replace github.com/kcoderhtml/hackatime => github.com/hackclub/hackatime v0.1.5

0 comments on commit 9abaa99

Please sign in to comment.