Skip to content

Commit

Permalink
dep: time/timezone: externalize code using `github.com/tkuchiki/go-…
Browse files Browse the repository at this point in the history
…timezone`
  • Loading branch information
grokify committed Nov 20, 2023
1 parent 2d608ad commit 44258fe
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 108 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ require (
github.com/martinlindhe/base36 v1.1.1
github.com/microcosm-cc/bluemonday v1.0.26
github.com/shopspring/decimal v1.3.1
github.com/tkuchiki/go-timezone v0.2.2
github.com/valyala/quicktemplate v1.7.0
github.com/zhuyie/golzf v0.0.0-20161112031142-8387b0307ade
golang.org/x/crypto v0.15.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/tkuchiki/go-timezone v0.2.2 h1:MdHR65KwgVTwWFQrota4SKzc4L5EfuH5SdZZGtk/P2Q=
github.com/tkuchiki/go-timezone v0.2.2/go.mod h1:oFweWxYl35C/s7HMVZXiA19Jr9Y0qJHMaG/J2TES4LY=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasthttp v1.30.0/go.mod h1:2rsYD01CKFrjjsvFxx75KlEUNpWNBY9JWD3K/7o2Cus=
Expand Down
69 changes: 0 additions & 69 deletions time/timezone/abbreviations.go

This file was deleted.

36 changes: 0 additions & 36 deletions time/timezone/abbreviations_test.go

This file was deleted.

0 comments on commit 44258fe

Please sign in to comment.