Go implementation of the eUICC profile management protocol.
Find a file
Damon To d143619833
build(deps): update Go and modules in examples
* Upgrades the Go toolchain to 1.25.0 to leverage the latest language features and improvements.
* Bumps the main euicc-go dependency to v1.1.2 to integrate recent project updates.
* Updates indirect dependencies (purego, sys) to maintain overall compatibility and stability.
2026-04-14 17:17:44 +08:00
.github refactor(driver): remove legacy QMI driver, implement QMI protocol in Go 2025-07-02 10:32:26 +08:00
apdu chore: rename mutex to mu 2025-12-21 14:01:24 +08:00
bertlv test(bertlv): improve error messages in tests 2025-12-15 15:28:19 +08:00
driver refactor(driver): improve error handling 2026-03-15 10:46:26 +08:00
examples build(deps): update Go and modules in examples 2026-04-14 17:17:44 +08:00
http fix: improve error handling and resource management 2026-02-28 16:12:51 +08:00
lpa refactor(download): update cancellation reasons 2026-02-03 19:38:29 +08:00
v2 fix: improve error handling and resource management 2026-02-28 16:12:51 +08:00
.gitignore chore: update QMI and MBIM driver functions to include error message handling 2025-03-16 13:22:03 +08:00
go.mod chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 (#25) 2026-04-13 15:28:01 +08:00
go.sum chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 (#25) 2026-04-13 15:28:01 +08:00
LICENSE chore: update LICENSE 2025-03-11 21:11:19 +08:00
README.md docs: update README to remove personal use disclaimer 2025-07-10 15:16:47 +08:00

eUICC Go

This is a Go implementation of the eUICC profile management protocol. It is based on the GSMA SGP.22 specification.

References