18 Commits

Author SHA1 Message Date
348b87702d feat(cmd): implement fetch and status commands, update deps to go1.26.1
- Implement fetch command: fetches all registered repos without merging,
  supports parallel execution via -j/--jobs flag
- Implement status command: shows uncommitted changes across all repos
  with per-file-type counts, supports parallel execution
- Update Go to 1.26.1
- Update go-git v5.16.5 -> v5.17.0, go-crypto v1.3.0 -> v1.4.0,
  go-billy v5.7.0 -> v5.8.0, x/net v0.50.0 -> v0.51.0
- Fix unregister command description (said 'add' instead of 'remove')
- Fix goimports formatting in mgconf_test.go
2026-03-07 07:03:49 +00:00
e579599876 chore(deps): update Go dependencies
Updated:
- go-git/go-git v5.16.4 → v5.16.5
- cloudflare/circl v1.6.2 → v1.6.3
- kevinburke/ssh_config v1.4.0 → v1.6.0
- golang.org/x/crypto v0.47.0 → v0.48.0
- golang.org/x/net v0.49.0 → v0.50.0
- golang.org/x/sys v0.40.0 → v0.41.0
- Removed unused golang.org/x/mod and golang.org/x/tools
2026-02-19 08:01:55 +00:00
50f5bc897d update go deps 2026-01-18 02:30:38 -05:00
417cf943fa fixup help text 2024-09-15 13:08:02 -07:00
a889092b0d update dependencies 2024-02-02 12:29:47 -08:00
1a593ad588 update go mod 2024-01-08 09:22:41 -08:00
c5310d13b0 update deps 2023-10-14 00:00:03 -07:00
256e82cca2 update deps 2023-09-08 23:06:16 -07:00
f368381458 update crypto deps 2023-08-28 18:09:21 -07:00
a5817c554b add merge functionality to mg 2023-08-28 18:08:35 -07:00
15122346d1 upgrade go git deps 2023-08-23 16:10:14 -07:00
c2d67df8f0 mod tidy 2023-07-24 23:53:27 -07:00
84d7a73202 upgrade to fix github.com/go-git/go-git/issues/328 2023-07-24 23:52:34 -07:00
15cbf5c0a0 fix pack from: https://github.com/go-git/go-git/issues/328 2023-05-26 18:50:50 -07:00
cdb17168b3 add register command 2023-05-25 16:12:33 -07:00
399faba8ef add in cobra stubs for the subcommands 2023-05-25 15:30:38 -07:00
28f0329d4a bump go version and fix invalid nil assignment 2023-05-06 16:00:24 -07:00
36260e2e09 initial commit 2023-01-27 23:50:56 -08:00