1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00
Commit graph

2113 commits

Author SHA1 Message Date
Zack
0e94fa1502
Merge pull request #934 from mengxunQAQ/main
fix errors in comments and variable names
2025-08-02 06:29:59 -07:00
Zack
4b24af8764
Merge pull request #941 from Wyfi0/patch-1
Update README.md
2025-08-02 06:29:19 -07:00
Zack Scholl
1fe5d77c80 chore: update deps 2025-07-26 08:20:26 -07:00
Zack
0960518660
Merge pull request #932 from schollz/ed25519
feat: add option for ed25519 curve
2025-07-26 08:19:52 -07:00
WyFi
a2c3037f7f
Update README.md
Added nix-shell and NixOS install instructions
2025-07-18 00:12:19 +00:00
mengxun
5ca1603dde use parameter names with better readability 2025-07-07 11:47:03 +08:00
mengxun
382845929c fix errors in comments and variable names 2025-07-07 11:46:21 +08:00
Zack Scholl
c10d3c8d36 feat: add ed25519 option 2025-07-04 10:32:39 -07:00
Zack Scholl
dcf879b836 add tests 2025-06-23 08:24:44 -07:00
Zack Scholl
ec5abfb41b go mod tidy 2025-06-21 09:41:24 -07:00
Zackary Scholl
1384bba0b4 chore: bump dependencies 2025-06-16 07:00:14 -07:00
Zack
d77c065f4f
Merge pull request #925 from aremmell/main
fix [OCD] typo
2025-05-27 06:54:25 -07:00
Ryan M. Lederman
8ca4381e29
fix typo 2025-05-26 07:15:25 -06:00
Zackary Scholl
6b5c3bfc0c fix windows7 build 2025-04-28 12:54:10 -07:00
Zackary Scholl
70dea6b596 fix go.mod 2025-04-28 12:53:21 -07:00
Zackary Scholl
b885acefe1 fix: docker deploy 2025-04-28 12:50:11 -07:00
Zackary Scholl
4eb1adf181 fix: downgrade sys to 0.31 2025-04-28 12:47:13 -07:00
Zackary Scholl
f91bebbe35 chore: update dependencies 2025-04-28 12:38:28 -07:00
Zack
12ae5f8727
Merge pull request #907 from OlegChuev/main
README polishing, fixed typo in compress package docs
2025-04-12 11:09:56 -07:00
OlegChuev
e98d2e167a README polishing, fixed typo in compress package docs 2025-04-03 14:58:33 +03:00
Zackary Scholl
546e6c089a v10.2.2 2025-03-24 18:20:41 -07:00
Zackary Scholl
5b4e6adccc fix: non-constant format strings 2025-03-24 18:15:22 -07:00
Zackary Scholl
a73895ae65 fix debugf 2025-03-24 18:11:49 -07:00
Zackary Scholl
1008cee00b update deps 2025-03-24 18:09:45 -07:00
Zack Scholl
ad96d4081f chore: update go version 2025-03-02 08:25:17 -08:00
Zackary Scholl
aee467dd60 chore: update dependencies 2025-02-07 05:38:46 -08:00
Zack
4a391750d9
Merge pull request #882 from blu3berryys/main
Fix a github warning
2025-01-31 09:25:06 -08:00
blu3
2466fe6ab8
fix git warning 2025-01-31 19:33:37 +03:00
Zack
cb802bae91
Merge pull request #881 from blu3berryys/main
Bump Go, dependencies, CI - Upload artifacts after running tests - Update readme
2025-01-31 07:05:15 -08:00
blu3
7a2ddc31b6
add spaces 2025-01-31 17:00:42 +03:00
blu3
68dbe8d04f
add some spaces 2025-01-31 17:00:18 +03:00
blu3
97fdb3475b
Update goreleaser props 2025-01-31 16:59:19 +03:00
blu3
e9a95b984d
Some formatting 2025-01-31 16:57:16 +03:00
blu3
f12b7f7a93
Fixup docker 2025-01-31 16:56:48 +03:00
blu3
e0099464e7
Revert the change here 2025-01-31 16:56:37 +03:00
blu3
3f8c75e49e
Fix a few mistakes 2025-01-31 16:54:24 +03:00
blu3
0126ce6586
Better readme test 2025-01-31 16:51:57 +03:00
blu3
0f978c6a2e
Fix 2025-01-31 16:34:27 +03:00
blu3
2577e7a6c3
Remove comment 2025-01-31 16:33:19 +03:00
blu3
c7a2b2b951
Update WinGet publish action 2025-01-31 16:33:05 +03:00
blu3
f236b80095
Update release action 2025-01-31 16:31:41 +03:00
blu3
c8c25ffe42
Change cli to official repo 2025-01-31 16:30:12 +03:00
blu3
ea604bcc6a
Update gitignore 2025-01-31 16:18:37 +03:00
blu3
d224feaf5b
Bump Testify
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
2025-01-31 16:13:48 +03:00
dependabot[bot]
a092a84886
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-31 09:05:48 +00:00
blu3
4ac9f12a23
Update stale action 2025-01-31 12:04:28 +03:00
blu3
55624c7b63
Reformat 2025-01-31 11:57:55 +03:00
blu3
3b21ec5867
Update CI and now upload artifacts 2025-01-31 11:51:52 +03:00
Zackary Scholl
0dbbc2e963 chore: update dependencies 2025-01-15 07:27:33 -08:00
Zack Scholl
b93147cd7b chore: bump dependencies 2025-01-09 06:07:49 -08:00