���� JFIF aewtgwgerwasdasd
Server IP : 147.93.80.58 / Your IP : 216.73.216.75 Web Server : LiteSpeed System : Linux id-dci-web1866.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u939086737 ( 939086737) PHP Version : 8.2.28 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/opt/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/ |
Upload File : |
module go.mongodb.org/mongo-driver go 1.18 retract ( // GODRIVER-3059: The v1.13.0 Git tag changed, causing security errors when // users downloaded the Go driver module. Also, the BSON performance // improvements introduced a panic when marshaling/unmarshaling Go errors. v1.13.0 v1.11.8 // Contains minor changes meant for v1.12.1. v1.11.5 // Contains import failure. // Retract v1.11.0 through v1.11.2 because they contain a data race bug in // operation memory pooling that may cause undefined behavior when reading // raw BSON responses in error documents. Resolved by GODRIVER-2677. [v1.11.0, v1.11.2] v1.10.0 // Contains a possible data corruption bug in RewrapManyDataKey when using libmongocrypt versions less than 1.5.2. [v1.7.0, v1.7.1] // Contains data race bug in background connection establishment. [v1.6.0, v1.6.1] // Contains data race bug in background connection establishment. ) require ( github.com/davecgh/go-spew v1.1.1 github.com/golang/snappy v0.0.1 github.com/google/go-cmp v0.5.2 github.com/klauspost/compress v1.13.6 github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe github.com/xdg-go/scram v1.1.2 github.com/xdg-go/stringprep v1.0.4 github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d golang.org/x/crypto v0.17.0 golang.org/x/sync v0.1.0 ) require ( github.com/xdg-go/pbkdf2 v1.0.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect )