diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-11-06 18:43:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 18:43:54 +0300 |
| commit | 18dc647ec85e77aca0a01fd701bf0dc115096426 (patch) | |
| tree | 051fdf179cd5b51edc950a34b5615efc567fc507 /go.mod | |
| parent | fix: sql typo in update user (#127) (diff) | |
| download | lphub-18dc647ec85e77aca0a01fd701bf0dc115096426.tar.gz lphub-18dc647ec85e77aca0a01fd701bf0dc115096426.tar.bz2 lphub-18dc647ec85e77aca0a01fd701bf0dc115096426.zip | |
feat: inline parser instead of executable (#113)
Former-commit-id: 5fc9bc33b92dc674c23e3fe4dc4e852615ffad24
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -50,6 +50,7 @@ require ( | |||
| 50 | github.com/mattn/go-isatty v0.0.16 // indirect | 50 | github.com/mattn/go-isatty v0.0.16 // indirect |
| 51 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | 51 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 52 | github.com/modern-go/reflect2 v1.0.2 // indirect | 52 | github.com/modern-go/reflect2 v1.0.2 // indirect |
| 53 | github.com/pektezol/bitreader v1.4.3 | ||
| 53 | github.com/pelletier/go-toml/v2 v2.0.5 // indirect | 54 | github.com/pelletier/go-toml/v2 v2.0.5 // indirect |
| 54 | github.com/ugorji/go/codec v1.2.7 // indirect | 55 | github.com/ugorji/go/codec v1.2.7 // indirect |
| 55 | golang.org/x/crypto v0.1.0 // indirect | 56 | golang.org/x/crypto v0.1.0 // indirect |